#include <qtopengl_joystick.h>
Definition at line 25 of file qtopengl_joystick.h.
◆ CQTOpenGLJoystick()
◆ ~CQTOpenGLJoystick()
argos::CQTOpenGLJoystick::~CQTOpenGLJoystick |
( |
| ) |
|
◆ axisValueChanged
void argos::CQTOpenGLJoystick::axisValueChanged |
( |
int |
axis, |
|
|
int |
value |
|
) |
| |
|
signal |
◆ buttonValueChanged
void argos::CQTOpenGLJoystick::buttonValueChanged |
( |
int |
button, |
|
|
bool |
value |
|
) |
| |
|
signal |
◆ close()
void argos::CQTOpenGLJoystick::close |
( |
| ) |
|
◆ connected()
bool argos::CQTOpenGLJoystick::connected |
( |
| ) |
const |
|
inline |
◆ getAxisValue()
int argos::CQTOpenGLJoystick::getAxisValue |
( |
int |
axis | ) |
|
◆ hatValueChanged
void argos::CQTOpenGLJoystick::hatValueChanged |
( |
int |
hat, |
|
|
int |
value |
|
) |
| |
|
signal |
◆ isOpen()
bool argos::CQTOpenGLJoystick::isOpen |
( |
| ) |
const |
|
inline |
◆ open()
void argos::CQTOpenGLJoystick::open |
( |
int |
stick | ) |
|
◆ processEvents
void argos::CQTOpenGLJoystick::processEvents |
( |
| ) |
|
|
slot |
◆ trackballValueChanged
void argos::CQTOpenGLJoystick::trackballValueChanged |
( |
int |
trackball, |
|
|
int |
deltaX, |
|
|
int |
deltaY |
|
) |
| |
|
signal |
◆ autoRepeat
bool argos::CQTOpenGLJoystick::autoRepeat |
◆ autoRepeatDelay
int argos::CQTOpenGLJoystick::autoRepeatDelay |
◆ deadzones
QMap<int, int> argos::CQTOpenGLJoystick::deadzones |
◆ eventTimeout
int argos::CQTOpenGLJoystick::eventTimeout |
◆ joystick
SDL_Joystick* argos::CQTOpenGLJoystick::joystick |
◆ joystickNames
QStringList argos::CQTOpenGLJoystick::joystickNames |
◆ joystickTimer
QTimer argos::CQTOpenGLJoystick::joystickTimer |
◆ numAxes
int argos::CQTOpenGLJoystick::numAxes |
◆ numButtons
int argos::CQTOpenGLJoystick::numButtons |
◆ numHats
int argos::CQTOpenGLJoystick::numHats |
◆ numTrackballs
int argos::CQTOpenGLJoystick::numTrackballs |
◆ sensitivities
QMap<int, int> argos::CQTOpenGLJoystick::sensitivities |