#include <joystick.h>

Public Member Functions | |
| void | Poll () |
| Manually polls the state of this joystick, updating all of its features. | |
Static Public Member Functions | |
| static void | CreateInstances () |
| Creates instances of Joystick corresponding to each connected joystick device. | |
| static void | DestroyInstances () |
| Destroys all Joystick instances. | |
| static void | PollInstances () |
| Polls all Joystick instances. | |
| void Joystick::CreateInstances | ( | ) | [static] |
Creates instances of Joystick corresponding to each connected joystick device.
| void Joystick::DestroyInstances | ( | ) | [static] |
Destroys all Joystick instances.
| void Joystick::PollInstances | ( | ) | [static] |
Polls all Joystick instances.
| void Joystick::Poll | ( | ) |
Manually polls the state of this joystick, updating all of its features.