SDLPP::Joystick Struct Reference
List of all members.
Public Member Functions |
|
void | update () |
| | Joystick (int i=-1) |
|
void | init (int i) |
Public Attributes |
|
std::vector< double > | axes |
|
std::vector< Uint8 > | hats |
|
std::vector< bool > | buttons |
|
std::vector< iVec2 > | balls |
Constructor & Destructor Documentation
| SDLPP::Joystick::Joystick |
( |
int |
i = -1 |
) |
|
Do not construct your own joystick. Use the EventManager::get_joystick function instead
The documentation for this struct was generated from the following files:
- E:/prg/sdlpp/include/sdlpp_input.h
- E:/prg/sdlpp/src/sdlpp_input.cpp