QJoysticks
A simple way to use joysticks with your Qt application
Public Attributes | List of all members
QJoystickRumble Struct Reference

Represents a joystick rumble request. More...

#include <JoysticksCommon.h>

Public Attributes

uint length
 
qreal strength
 
QJoystickDevicejoystick
 

Detailed Description

Represents a joystick rumble request.

This structure contains:

Member Data Documentation

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().


The documentation for this struct was generated from the following file: