![]() |
Olympe Engine 2.0
2D Game Engine with ECS Architecture
|
Public Attributes | |
| SDL_Joystick * | joystick = nullptr |
| SDL_JoystickID | id = 0 |
| std::string | name |
| int | numAxes = 0 |
| int | numButtons = 0 |
| std::vector< Sint16 > | axes |
| std::vector< bool > | buttons |
Definition at line 57 of file JoystickManager.h.
| std::vector<Sint16> JoystickManager::JoystickInfo::axes |
Definition at line 64 of file JoystickManager.h.
| std::vector<bool> JoystickManager::JoystickInfo::buttons |
Definition at line 65 of file JoystickManager.h.
| SDL_JoystickID JoystickManager::JoystickInfo::id = 0 |
Definition at line 60 of file JoystickManager.h.
| SDL_Joystick* JoystickManager::JoystickInfo::joystick = nullptr |
Definition at line 59 of file JoystickManager.h.
Referenced by JoystickManager::OpenJoystick().
| std::string JoystickManager::JoystickInfo::name |
Definition at line 61 of file JoystickManager.h.
| int JoystickManager::JoystickInfo::numAxes = 0 |
Definition at line 62 of file JoystickManager.h.
| int JoystickManager::JoystickInfo::numButtons = 0 |
Definition at line 63 of file JoystickManager.h.