#include <Joystick.h>
§ Joystick() [1/2]
§ Joystick() [2/2]
| Joystick::Joystick |
( |
const char * |
device | ) |
|
§ ~Joystick()
§ errorMessage()
| const char * Joystick::errorMessage |
( |
| ) |
const |
§ fileDescriptor()
| int Joystick::fileDescriptor |
( |
| ) |
const |
§ getButtonState()
| bool Joystick::getButtonState |
( |
int |
button | ) |
const |
§ getPosition()
| double Joystick::getPosition |
( |
int |
axis | ) |
const |
§ isActive()
| bool Joystick::isActive |
( |
| ) |
const |
§ isReady()
| bool Joystick::isReady |
( |
| ) |
const |
§ numAxes()
| int Joystick::numAxes |
( |
| ) |
const |
§ numButtons()
| int Joystick::numButtons |
( |
| ) |
const |
§ readCurrentState()
| bool Joystick::readCurrentState |
( |
| ) |
|
§ setAxisEnabled()
| void Joystick::setAxisEnabled |
( |
int |
axis, |
|
|
bool |
on |
|
) |
| |
§ sigAxis()
| SignalProxy< void(int id, double position)> Joystick::sigAxis |
( |
| ) |
|
§ sigButton()
| SignalProxy< void(int id, bool isPressed)> Joystick::sigButton |
( |
| ) |
|
§ JoystickImpl
| friend class JoystickImpl |
|
friend |
The documentation for this class was generated from the following files: