#include <joystick.h>
Public Member Functions | |
Joystick (InputThread *inputThread, QObject *parent=0) | |
int | axisX () const |
int | axisY () const |
int | axisZ () const |
Definition at line 32 of file joystick.h.
Joystick::Joystick | ( | InputThread * | inputThread, | |
QObject * | parent = 0 | |||
) | [explicit] |
Definition at line 25 of file joystick.cpp.
int Joystick::axisX | ( | ) | const |
Definition at line 32 of file joystick.cpp.
int Joystick::axisY | ( | ) | const |
Definition at line 40 of file joystick.cpp.
int Joystick::axisZ | ( | ) | const |
Definition at line 46 of file joystick.cpp.