FlightGear next
FGKeyboardInput.cxx File Reference

Go to the source code of this file.

Functions

static int getModifiers ()
 
static bool getModShift ()
 
static bool getModCtrl ()
 
static bool getModAlt ()
 
static bool getModMeta ()
 
static bool getModSuper ()
 
static bool getModHyper ()
 
SGSubsystemMgr::Registrant< FGKeyboardInputregistrantFGKeyboardInput (SGSubsystemMgr::GENERAL, {{"nasal", SGSubsystemMgr::Dependency::HARD}})
 

Function Documentation

◆ getModAlt()

static bool getModAlt ( )
static

Definition at line 50 of file FGKeyboardInput.cxx.

◆ getModCtrl()

static bool getModCtrl ( )
static

Definition at line 45 of file FGKeyboardInput.cxx.

◆ getModHyper()

static bool getModHyper ( )
static

Definition at line 65 of file FGKeyboardInput.cxx.

◆ getModifiers()

static int getModifiers ( )
static

Definition at line 35 of file FGKeyboardInput.cxx.

◆ getModMeta()

static bool getModMeta ( )
static

Definition at line 55 of file FGKeyboardInput.cxx.

◆ getModShift()

static bool getModShift ( )
static

Definition at line 40 of file FGKeyboardInput.cxx.

◆ getModSuper()

static bool getModSuper ( )
static

Definition at line 60 of file FGKeyboardInput.cxx.

◆ registrantFGKeyboardInput()

SGSubsystemMgr::Registrant< FGKeyboardInput > registrantFGKeyboardInput ( SGSubsystemMgr::GENERAL ,
{{"nasal", SGSubsystemMgr::Dependency::HARD}}  )