![]() |
Pioneer
|
#include <Input.h>
Classes | |
| struct | Axis |
Public Attributes | |
| SDL_Joystick * | joystick |
| SDL_JoystickGUID | guid |
| std::string | name |
| std::vector< bool > | buttons |
| std::vector< int > | hats |
| std::vector< Axis > | axes |
| std::vector<Axis> Input::JoystickInfo::axes |
| std::vector<bool> Input::JoystickInfo::buttons |
| SDL_JoystickGUID Input::JoystickInfo::guid |
| std::vector<int> Input::JoystickInfo::hats |
| SDL_Joystick* Input::JoystickInfo::joystick |
| std::string Input::JoystickInfo::name |