Home
last modified time | relevance | path

Searched refs:uc_setup (Results 1 – 4 of 4) sorted by relevance

/dports/games/NBlood/NBlood-a1689a4/source/sw/src/
H A Dmenus.h241 uc_setup, uc_draw, uc_touchup, uc_hit enumerator
H A Dmenus.cpp769 if (call != uc_setup) in MNU_KeySetupCustom()
1089 if (call != uc_setup) in MNU_MouseButtonSetupCustom()
1195 if (call != uc_setup) in MNU_MouseDigitalSetupCustom()
1386 if (call != uc_setup) in MNU_JoystickButtonSetupCustom()
1522 if (call != uc_setup) in MNU_JoystickAxisSetupCustom()
1651 if (call != uc_setup) in MNU_OrderCustom()
2067 if (call != uc_setup) in MNU_QuitCustom()
2123 if (call != uc_setup) in MNU_QuickLoadCustom()
4109 currentmenu->draw_custom(uc_setup, NULL); in MNU_SetupMenu()
4230 if (group->draw_custom && group->draw_custom(uc_setup, NULL)) in MNU_DownLevel()
[all …]
/dports/games/jfsw/jfsw-c434002/src/
H A Dmenus.h248 uc_setup, enumerator
H A Dmenus.c908 if (call != uc_setup) in MNU_KeySetupCustom()
1191 if (call != uc_setup) in MNU_MouseButtonSetupCustom()
1283 if (call != uc_setup) in MNU_MouseDigitalSetupCustom()
1373 if (call != uc_setup) in MNU_JoystickButtonSetupCustom()
1499 if (call != uc_setup) in MNU_JoystickAxisSetupCustom()
1623 if (call != uc_setup) in MNU_OrderCustom()
2020 if (call != uc_setup) in MNU_QuitCustom()
2068 if (call != uc_setup) in MNU_QuickLoadCustom()
4145 currentmenu->draw_custom(uc_setup, NULL); in MNU_SetupMenu()
4266 if (group->draw_custom && group->draw_custom(uc_setup, NULL)) in MNU_DownLevel()
[all …]