SDL
2.0
|
Definition at line 57 of file SDL_gamecontroller.c.
int _SDL_ControllerMapping::axes[SDL_CONTROLLER_AXIS_MAX] |
Definition at line 63 of file SDL_gamecontroller.c.
Referenced by SDL_PrivateGameControllerParseButton(), and SDL_PrivateLoadButtonMapping().
int _SDL_ControllerMapping::axesasbutton[SDL_CONTROLLER_BUTTON_MAX] |
Definition at line 67 of file SDL_gamecontroller.c.
Referenced by SDL_PrivateGameControllerParseButton(), and SDL_PrivateLoadButtonMapping().
int _SDL_ControllerMapping::buttonasaxis[SDL_CONTROLLER_AXIS_MAX] |
Definition at line 64 of file SDL_gamecontroller.c.
Referenced by SDL_PrivateGameControllerParseButton(), and SDL_PrivateLoadButtonMapping().
int _SDL_ControllerMapping::buttons[SDL_CONTROLLER_BUTTON_MAX] |
Definition at line 66 of file SDL_gamecontroller.c.
Referenced by SDL_PrivateGameControllerParseButton(), and SDL_PrivateLoadButtonMapping().
SDL_JoystickGUID _SDL_ControllerMapping::guid |
Definition at line 59 of file SDL_gamecontroller.c.
Referenced by SDL_PrivateLoadButtonMapping().
struct _SDL_HatMapping _SDL_ControllerMapping::hatasbutton[SDL_CONTROLLER_BUTTON_MAX] |
Definition at line 68 of file SDL_gamecontroller.c.
Referenced by SDL_PrivateGameControllerParseButton(), and SDL_PrivateLoadButtonMapping().
const char* _SDL_ControllerMapping::name |
Definition at line 60 of file SDL_gamecontroller.c.
Referenced by SDL_PrivateLoadButtonMapping().
SDL_GameControllerAxis _SDL_ControllerMapping::raxes[k_nMaxReverseEntries] |
Definition at line 71 of file SDL_gamecontroller.c.
Referenced by SDL_PrivateGameControllerParseButton(), and SDL_PrivateLoadButtonMapping().
SDL_GameControllerButton _SDL_ControllerMapping::raxesasbutton[k_nMaxReverseEntries] |
Definition at line 75 of file SDL_gamecontroller.c.
Referenced by SDL_PrivateGameControllerParseButton(), and SDL_PrivateLoadButtonMapping().
SDL_GameControllerAxis _SDL_ControllerMapping::rbuttonasaxis[k_nMaxReverseEntries] |
Definition at line 72 of file SDL_gamecontroller.c.
Referenced by SDL_PrivateGameControllerParseButton(), and SDL_PrivateLoadButtonMapping().
SDL_GameControllerButton _SDL_ControllerMapping::rbuttons[k_nMaxReverseEntries] |
Definition at line 74 of file SDL_gamecontroller.c.
Referenced by SDL_PrivateGameControllerParseButton(), and SDL_PrivateLoadButtonMapping().
SDL_GameControllerButton _SDL_ControllerMapping::rhatasbutton[k_nMaxHatEntries] |
Definition at line 76 of file SDL_gamecontroller.c.
Referenced by SDL_PrivateGameControllerParseButton(), and SDL_PrivateLoadButtonMapping().