|
SDL
2.0
|
Include dependency graph for SDL_sysjoystick.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | SDL_JoystickAxisInfo |
| struct | SDL_Joystick |
| struct | SDL_Joystick::balldelta |
| struct | SDL_JoystickDriver |
Macros | |
| #define | SDL_HARDWARE_BUS_USB 0x03 |
| #define | SDL_HARDWARE_BUS_BLUETOOTH 0x05 |
| #define | MAKE_VIDPID(VID, PID) (((Uint32)(VID))<<16|(PID)) |
| #define MAKE_VIDPID | ( | VID, | |
| PID | |||
| ) | (((Uint32)(VID))<<16|(PID)) |
Definition at line 90 of file SDL_sysjoystick.h.
Referenced by SDL_GetJoystickGUIDType(), SDL_IsJoystickProductFlightStick(), SDL_IsJoystickProductThrottle(), SDL_IsJoystickProductWheel(), SDL_JoystickAxesCenteredAtZero(), and SDL_ShouldIgnoreGameController().
| #define SDL_HARDWARE_BUS_BLUETOOTH 0x05 |
Definition at line 87 of file SDL_sysjoystick.h.
Referenced by IOS_AddMFIJoystickDevice().
| #define SDL_HARDWARE_BUS_USB 0x03 |
Definition at line 86 of file SDL_sysjoystick.h.
| SDL_JoystickDriver SDL_ANDROID_JoystickDriver |
| SDL_JoystickDriver SDL_BSD_JoystickDriver |
| SDL_JoystickDriver SDL_DARWIN_JoystickDriver |
| SDL_JoystickDriver SDL_DUMMY_JoystickDriver |
| SDL_JoystickDriver SDL_EMSCRIPTEN_JoystickDriver |
| SDL_JoystickDriver SDL_HAIKU_JoystickDriver |
| SDL_JoystickDriver SDL_HIDAPI_JoystickDriver |
| SDL_JoystickDriver SDL_IOS_JoystickDriver |
Definition at line 718 of file SDL_sysjoystick.m.
| SDL_JoystickDriver SDL_LINUX_JoystickDriver |
| SDL_JoystickDriver SDL_WINDOWS_JoystickDriver |