![]() |
Avionics
Dropship Simulator
|
#include <Joystick.h>
Public Attributes | |
int | index |
bool | inverse = false |
int | deadband = 0 |
int | min = -1000 |
int | max = 1000 |
float | scale = 0.001f |
Definition at line 23 of file Joystick.h.
int Devices::JoystickConfig::Axis::deadband = 0 |
Definition at line 27 of file Joystick.h.
int Devices::JoystickConfig::Axis::index |
Definition at line 25 of file Joystick.h.
bool Devices::JoystickConfig::Axis::inverse = false |
Definition at line 26 of file Joystick.h.
int Devices::JoystickConfig::Axis::max = 1000 |
Definition at line 29 of file Joystick.h.
int Devices::JoystickConfig::Axis::min = -1000 |
Definition at line 28 of file Joystick.h.
float Devices::JoystickConfig::Axis::scale = 0.001f |
Definition at line 30 of file Joystick.h.