QJoysticks
A simple way to use joysticks with your Qt application
|
Represents a joystick rumble request. More...
#include <JoysticksCommon.h>
Public Attributes | |
uint | length |
qreal | strength |
QJoystickDevice * | joystick |
Represents a joystick rumble request.
This structure contains:
QJoystickDevice* QJoystickRumble::joystick |
The pointer to the target joystick
Referenced by SDL_Joysticks::rumble().
uint QJoystickRumble::length |
The duration of the effect
Referenced by SDL_Joysticks::rumble().
qreal QJoystickRumble::strength |
Strength of the effect (0 to 1)
Referenced by SDL_Joysticks::rumble().