Home
last modified time | relevance | path

Searched refs:SDID_ESC (Results 1 – 13 of 13) sorted by relevance

/dports/games/openbor4432/openbor-ba1eb4f/engine/android/jni/openbor/
H A Dvideo.c119 …[SDID_START] = _RE(2, 1), [SDID_ESC] = _RE(3, 1), [SDID_ATTACK3] = _RE(2, 0), [SDID_ATTACK4] = _RE…
166 bx[SDID_ESC] = bx[SDID_ATTACK2]; in setup_touch_default()
167 by[SDID_ESC] = h - by[SDID_JUMP]; in setup_touch_default()
168 br[SDID_ESC] = br[SDID_ATTACK2]; in setup_touch_default()
/dports/games/openbor/openbor-3caaddd5/engine/android/app/jni/openbor/
H A Dvideo.c121 …[SDID_START] = _RE(2, 1), [SDID_ESC] = _RE(3, 1), [SDID_ATTACK3] = _RE(2, 0), [SDID_ATTACK4] = _RE…
168 bx[SDID_ESC] = bx[SDID_ATTACK2]; in setup_touch_default()
169 by[SDID_ESC] = h - by[SDID_JUMP]; in setup_touch_default()
170 br[SDID_ESC] = br[SDID_ATTACK2]; in setup_touch_default()
/dports/games/openbor3979/openbor-2bcf25b/engine/android/jni/
H A Dvideo.c109 …[SDID_START] = _RE(2, 1), [SDID_ESC] = _RE(3, 1), [SDID_ATTACK3] = _RE(2, 0), [SDID_ATTACK4] = _RE…
171 bx[SDID_ESC] = bx[SDID_ATTACK2]; in setup_touch_default()
172 by[SDID_ESC] = h - by[SDID_JUMP]; in setup_touch_default()
173 br[SDID_ESC] = br[SDID_ATTACK2]; in setup_touch_default()
/dports/games/openbor/openbor-3caaddd5/engine/wii/
H A Dcontrol.c189 device->mappings[SDID_ESC] = WPAD_BUTTON_1; in set_default_wiimote_mappings()
206 device->mappings[SDID_ESC] = WPAD_BUTTON_B; in set_default_wiimote_nunchuk_mappings()
223 device->mappings[SDID_ESC] = WPAD_CLASSIC_BUTTON_B; in set_default_classic_controller_mappings()
/dports/games/openbor/openbor-3caaddd5/engine/sdl/
H A Dcontrol.c310 device->mappings[SDID_ESC] = SDL_SCANCODE_ESCAPE; in set_default_keyboard_mappings()
327 device->mappings[SDID_ESC] = SDL_CONTROLLER_BUTTON_B; in set_default_controller_mappings()
346 device->mappings[SDID_ESC] = device->mappings[SDID_SPECIAL]; in set_default_joystick_mappings()
1060 keystate[pc(SDID_ESC)] = touchstates[SDID_ESC]; in control_update_android_touch()
/dports/games/openbor4432/openbor-ba1eb4f/engine/sdl/
H A Dcontrol.c478 keystate[CONTROL_ESC] = touchstates[SDID_ESC]; in control_update_android_touch()
/dports/games/openbor3979/openbor-2bcf25b/engine/sdl/
H A Dcontrol.c501 keystate[CONTROL_ESC] = touchstates[SDID_ESC]; in control_update_android_touch()
/dports/games/openbor/openbor-3caaddd5/engine/
H A Dopenbor.h431 SDID_ESC, enumerator
453 FLAG_ESC = (1 << SDID_ESC),
H A Dopenbor.c4476 return SDID_ESC; in translate_SDID()
38128 strcpy(buttonnames[SDID_ESC], "Exit"); in keyboard_setup()
/dports/games/openbor3979/openbor-2bcf25b/engine/
H A Dopenbor.h130 #define SDID_ESC 12 macro
H A Dopenbor.c4625 return SDID_ESC; in translate_SDID()
/dports/games/openbor4432/openbor-ba1eb4f/engine/
H A Dopenbor.h226 SDID_ESC enumerator
H A Dopenbor.c4955 return SDID_ESC; in translate_SDID()