FlightGear next
|
#include "FGCommonInput.hxx"
#include <vector>
#include <memory>
#include "FGButton.hxx"
#include "FGDeviceConfigurationMap.hxx"
#include <simgear/structure/subsystem_mgr.hxx>
Go to the source code of this file.
Classes | |
struct | FGEventData |
class | FGEventSetting |
class | FGReportSetting |
class | FGInputEvent |
class | FGButtonEvent |
class | FGAxisEvent |
class | FGRelAxisEvent |
class | FGAbsAxisEvent |
class | FGInputDevice |
class | FGEventInput |
Typedefs | |
typedef SGSharedPtr< FGEventSetting > | FGEventSetting_ptr |
typedef std::vector< FGEventSetting_ptr > | setting_list_t |
typedef SGSharedPtr< FGReportSetting > | FGReportSetting_ptr |
typedef std::vector< FGReportSetting_ptr > | report_setting_list_t |
typedef class SGSharedPtr< FGInputEvent > | FGInputEvent_ptr |
typedef SGSharedPtr< FGInputDevice > | FGInputDevice_ptr |
typedef SGSharedPtr<FGEventSetting> FGEventSetting_ptr |
Definition at line 69 of file FGEventInput.hxx.
typedef SGSharedPtr<FGInputDevice> FGInputDevice_ptr |
Definition at line 293 of file FGEventInput.hxx.
typedef class SGSharedPtr< FGInputEvent > FGInputEvent_ptr |
Definition at line 206 of file FGEventInput.hxx.
typedef SGSharedPtr<FGReportSetting> FGReportSetting_ptr |
Definition at line 89 of file FGEventInput.hxx.
typedef std::vector<FGReportSetting_ptr> report_setting_list_t |
Definition at line 90 of file FGEventInput.hxx.
typedef std::vector<FGEventSetting_ptr> setting_list_t |
Definition at line 70 of file FGEventInput.hxx.