#include <FGEventHandler.hxx>
Inherits osgGA::GUIEventHandler.
|
void | handleKey (const osgGA::GUIEventAdapter &ea, int &key, int &modifiers) |
|
void | handleStats (osgGA::GUIActionAdapter &us) |
|
Definition at line 25 of file FGEventHandler.hxx.
◆ FGEventHandler()
flightgear::FGEventHandler::FGEventHandler |
( |
| ) |
|
◆ ~FGEventHandler()
virtual flightgear::FGEventHandler::~FGEventHandler |
( |
| ) |
|
|
inlinevirtual |
◆ className()
virtual const char * flightgear::FGEventHandler::className |
( |
| ) |
const |
|
inlinevirtual |
◆ clear()
void flightgear::FGEventHandler::clear |
( |
| ) |
|
◆ getCurrentModifiers()
int flightgear::FGEventHandler::getCurrentModifiers |
( |
| ) |
const |
|
inline |
◆ getIdleHandler()
fgIdleHandler flightgear::FGEventHandler::getIdleHandler |
( |
| ) |
const |
|
inline |
◆ getKeyHandler()
fgKeyHandler flightgear::FGEventHandler::getKeyHandler |
( |
| ) |
const |
|
inline |
◆ getMouseClickHandler()
◆ getMouseMotionHandler()
◆ getResizable()
bool flightgear::FGEventHandler::getResizable |
( |
| ) |
|
|
inline |
Whether or not resizing is supported.
It might not be when using multiple displays.
Definition at line 97 of file FGEventHandler.hxx.
◆ handle()
bool flightgear::FGEventHandler::handle |
( |
const osgGA::GUIEventAdapter & | ea, |
|
|
osgGA::GUIActionAdapter & | us ) |
|
override |
◆ handleKey()
void flightgear::FGEventHandler::handleKey |
( |
const osgGA::GUIEventAdapter & | ea, |
|
|
int & | key, |
|
|
int & | modifiers ) |
|
protected |
◆ handleStats()
void flightgear::FGEventHandler::handleStats |
( |
osgGA::GUIActionAdapter & | us | ) |
|
|
protected |
◆ reset()
void flightgear::FGEventHandler::reset |
( |
| ) |
|
◆ setChangeStatsCameraRenderOrder()
void flightgear::FGEventHandler::setChangeStatsCameraRenderOrder |
( |
bool | c | ) |
|
|
inline |
◆ setIdleHandler()
void flightgear::FGEventHandler::setIdleHandler |
( |
fgIdleHandler | idleHandler | ) |
|
|
inline |
◆ setKeyHandler()
void flightgear::FGEventHandler::setKeyHandler |
( |
fgKeyHandler | keyHandler | ) |
|
|
inline |
◆ setMouseClickHandler()
◆ setMouseMotionHandler()
◆ setMouseWarped()
void flightgear::FGEventHandler::setMouseWarped |
( |
| ) |
|
|
inline |
◆ setResizable()
void flightgear::FGEventHandler::setResizable |
( |
bool | _resizable | ) |
|
|
inline |
◆ setWindowRectangleInteriorWithCorrection()
void flightgear::FGEventHandler::setWindowRectangleInteriorWithCorrection |
( |
osgViewer::GraphicsWindow * | window, |
|
|
int | x, |
|
|
int | y, |
|
|
int | width, |
|
|
int | height ) |
◆ translateKey()
int flightgear::FGEventHandler::translateKey |
( |
const osgGA::GUIEventAdapter & | ea | ) |
|
|
static |
◆ translateModifiers()
int flightgear::FGEventHandler::translateModifiers |
( |
const osgGA::GUIEventAdapter & | ea | ) |
|
|
static |
◆ _display
SGPropertyNode_ptr flightgear::FGEventHandler::_display |
|
protected |
◆ _node
osg::ref_ptr<osg::Node> flightgear::FGEventHandler::_node |
|
protected |
◆ _print
SGPropertyNode_ptr flightgear::FGEventHandler::_print |
|
protected |
◆ changeStatsCameraRenderOrder
bool flightgear::FGEventHandler::changeStatsCameraRenderOrder |
|
protected |
◆ currentModifiers
int flightgear::FGEventHandler::currentModifiers |
|
protected |
◆ idleHandler
◆ keyHandler
◆ mouseClickHandler
◆ mouseMotionHandler
◆ mouseWarped
bool flightgear::FGEventHandler::mouseWarped |
|
protected |
◆ release_keys
int flightgear::FGEventHandler::release_keys[128] |
|
protected |
◆ resizable
bool flightgear::FGEventHandler::resizable |
|
protected |
◆ scrollButtonPressed
bool flightgear::FGEventHandler::scrollButtonPressed |
|
protected |
◆ statsEvent
osg::ref_ptr<osgGA::GUIEventAdapter> flightgear::FGEventHandler::statsEvent |
|
protected |
◆ statsHandler
◆ statsType
int flightgear::FGEventHandler::statsType |
|
protected |
The documentation for this class was generated from the following files: