QJoysticks
A simple way to use joysticks with your Qt application
|
Represents an POV event that can be triggered by a joystick. More...
#include <JoysticksCommon.h>
Public Attributes | |
int | pov |
int | angle |
QJoystickDevice * | joystick |
Represents an POV event that can be triggered by a joystick.
This structure contains:
int QJoystickPOVEvent::angle |
The current angle of the POV
Referenced by QJoysticks::onPOVEvent().
QJoystickDevice* QJoystickPOVEvent::joystick |
Pointer to the device that caused the event
Referenced by QJoysticks::onPOVEvent().
int QJoystickPOVEvent::pov |
The numerical ID of the POV
Referenced by SDL_Joysticks::getPOVEvent(), QJoysticks::onPOVEvent(), and VirtualJoystick::readPOVs().