Avionics
Dropship Simulator
|
#include <Joystick.h>
Public Attributes | |
UINT | index |
bool | onPress |
float | durationRequired = 0.0f |
float | durationElapsed = 0.0f |
bool | durationTripped = false |
std::vector< Command > | commands |
Definition at line 35 of file Joystick.h.
std::vector<Command> Devices::JoystickConfig::Button::commands |
Definition at line 42 of file Joystick.h.
float Devices::JoystickConfig::Button::durationElapsed = 0.0f |
Definition at line 40 of file Joystick.h.
float Devices::JoystickConfig::Button::durationRequired = 0.0f |
Definition at line 39 of file Joystick.h.
bool Devices::JoystickConfig::Button::durationTripped = false |
Definition at line 41 of file Joystick.h.
UINT Devices::JoystickConfig::Button::index |
Definition at line 37 of file Joystick.h.
bool Devices::JoystickConfig::Button::onPress |
Definition at line 38 of file Joystick.h.