![]() |
Avionics
Dropship Simulator
|
#include <Joystick.h>
Classes | |
| struct | Axis |
| struct | Button |
Public Attributes | |
| bool | enable = false |
| GUID | serialno |
| unsigned int | location |
| bool | registerWithFcs = false |
| bool | registerWithFadec = false |
| std::vector< Axis > | axes |
| std::vector< Button > | buttons |
Definition at line 15 of file Joystick.h.
| std::vector<Axis> Devices::JoystickConfig::axes |
Definition at line 33 of file Joystick.h.
| std::vector<Button> Devices::JoystickConfig::buttons |
Definition at line 45 of file Joystick.h.
| bool Devices::JoystickConfig::enable = false |
Definition at line 17 of file Joystick.h.
| unsigned int Devices::JoystickConfig::location |
Definition at line 19 of file Joystick.h.
| bool Devices::JoystickConfig::registerWithFadec = false |
Definition at line 21 of file Joystick.h.
| bool Devices::JoystickConfig::registerWithFcs = false |
Definition at line 20 of file Joystick.h.
| GUID Devices::JoystickConfig::serialno |
Definition at line 18 of file Joystick.h.