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

Represents an POV event that can be triggered by a joystick. More...

#include <JoysticksCommon.h>

Public Attributes

int pov
 
int angle
 
QJoystickDevicejoystick
 

Detailed Description

Represents an POV event that can be triggered by a joystick.

This structure contains:

Member Data Documentation

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


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