Home
last modified time | relevance | path

Searched refs:do_menu_item_command (Results 1 – 3 of 3) sorted by relevance

/dports/games/alephone/alephone-release-20190331/Source_Files/
H A Dshell.cpp941 do_menu_item_command(mGame, iQuitGame, false); in handle_game_key()
945 do_menu_item_command(mGame, iQuitGame, false); in handle_game_key()
1210 do_menu_item_command(mGame, item, event_has_cheat_modifiers(event)); in process_game_key()
1326 do_menu_item_command(mInterface, item, event_has_cheat_modifiers(event)); in process_game_key()
1414 do_menu_item_command(mGame, iQuitGame, false); in process_event()
/dports/games/alephone/alephone-release-20190331/Source_Files/Misc/
H A Dinterface.h273 void do_menu_item_command(short menu_id, short menu_item, bool cheat);
H A Dinterface.cpp1285 void do_menu_item_command( in do_menu_item_command() function
1552 do_menu_item_command(mInterface, game_state.highlighted_main_menu_item, cheatkeys_down); in process_main_menu_highlight_select()
2717 do_menu_item_command(mInterface, index-START_OF_MENU_INTERFACE_RECTS+1, cheatkeys_down); in handle_interface_menu_screen_click()