Avionics
Dropship Simulator
Devices::JoystickConfig Struct Reference

#include <Joystick.h>

Collaboration diagram for Devices::JoystickConfig:
[legend]

Classes

struct  Axis
 
struct  Button
 

Public Attributes

bool enable = false
 
GUID serialno
 
unsigned int location
 
bool registerWithFcs = false
 
bool registerWithFadec = false
 
std::vector< Axisaxes
 
std::vector< Buttonbuttons
 

Detailed Description

Definition at line 15 of file Joystick.h.

Member Data Documentation

◆ axes

std::vector<Axis> Devices::JoystickConfig::axes

Definition at line 33 of file Joystick.h.

◆ buttons

std::vector<Button> Devices::JoystickConfig::buttons

Definition at line 45 of file Joystick.h.

◆ enable

bool Devices::JoystickConfig::enable = false

Definition at line 17 of file Joystick.h.

◆ location

unsigned int Devices::JoystickConfig::location

Definition at line 19 of file Joystick.h.

◆ registerWithFadec

bool Devices::JoystickConfig::registerWithFadec = false

Definition at line 21 of file Joystick.h.

◆ registerWithFcs

bool Devices::JoystickConfig::registerWithFcs = false

Definition at line 20 of file Joystick.h.

◆ serialno

GUID Devices::JoystickConfig::serialno

Definition at line 18 of file Joystick.h.


The documentation for this struct was generated from the following file: