Menu stuff update. Fixed some of the probably many bugs and made things a

bit more consistent.
This commit is contained in:
robijn
2002-07-09 22:56:05 +00:00
parent 012a4cb483
commit 1156c51062
8 changed files with 131 additions and 61 deletions
+1 -1
View File
@@ -103,7 +103,7 @@ void menu_update_screen (Menu *menu, Screen *s);
* DO NOT CALL THIS FUNCTION, CALL menuitem_build_screen INSTEAD !
*/
MenuResult menu_handle_input (Menu *menu, MenuToken token, char * key);
MenuResult menu_process_input (Menu *menu, MenuToken token, char * key);
/* Does something with the given input.
* key is only used if token is MENUTOKEN_OTHER.
* DO NOT CALL THIS FUNCTION, CALL menuitem_build_screen INSTEAD !