Home
last modified time | relevance | path

Searched refs:SDL_JOYSTICK_BUTTON_X (Results 1 – 2 of 2) sorted by relevance

/dports/games/sdlpop/SDLPoP-1.22/src/
H A Dconfig.h313 #define SDL_JOYSTICK_BUTTON_X 3 macro
H A Dseg009.c3490 … else if (event.jbutton.button == SDL_JOYSTICK_BUTTON_X) joy_X_button_state = -1; // X (Shift) in process_events()
3494 … else if (event.jbutton.button == SDL_JOYSTICK_BUTTON_X) joy_X_button_state = 0; // X (Shift) in process_events()