FlightGear next
FGLinuxEventData Struct Reference

#include <FGLinuxEventInput.hxx>

Inherits FGEventData.

Public Member Functions

 FGLinuxEventData (struct input_event &event, double dt, int modifiers)
 
- Public Member Functions inherited from FGEventData
 FGEventData (double aValue, double aDt, int aModifiers)
 

Public Attributes

unsigned type
 
unsigned code
 
- Public Attributes inherited from FGEventData
int modifiers {0}
 
double value {0.0}
 
double dt {0.0}
 

Detailed Description

Definition at line 29 of file FGLinuxEventInput.hxx.

Constructor & Destructor Documentation

◆ FGLinuxEventData()

FGLinuxEventData::FGLinuxEventData ( struct input_event & event,
double dt,
int modifiers )
inline

Definition at line 30 of file FGLinuxEventInput.hxx.

Member Data Documentation

◆ code

unsigned FGLinuxEventData::code

Definition at line 36 of file FGLinuxEventInput.hxx.

◆ type

unsigned FGLinuxEventData::type

Definition at line 35 of file FGLinuxEventInput.hxx.


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