Home
last modified time | relevance | path

Searched refs:PLATFORM_BUTTON_MENU (Results 1 – 7 of 7) sorted by relevance

/dports/games/wizznic/Wizznic-1.1/src/platform/
H A Dpc.h76 #define PLATFORM_BUTTON_MENU SDLK_1 macro
94 #define PLATFORM_BUTTON_MENU SDLK_ESCAPE macro
H A Dpandora.h37 #define PLATFORM_BUTTON_MENU SDLK_LALT macro
H A Dgcw0.h44 #define PLATFORM_BUTTON_MENU SDLK_RETURN macro
H A Dgp2x.h59 #define PLATFORM_BUTTON_MENU GP2X_BUTTON_START macro
H A Dpspspec.h48 #define PLATFORM_BUTTON_MENU PSP_BUTTON_START macro
H A Dwiz.h61 #define PLATFORM_BUTTON_MENU GP2X_BUTTON_START macro
/dports/games/wizznic/Wizznic-1.1/src/
H A Dinput.c416 button[C_BTNMENU].button = PLATFORM_BUTTON_MENU; in initControls()