|
FlightGear next
|
#include <osg/GraphicsContext>#include <Viewer/renderer.hxx>#include <Viewer/FGEventHandler.hxx>#include "fg_os.hxx"#include "globals.hxx"Go to the source code of this file.
Functions | |
| void | fgRegisterIdleHandler (fgIdleHandler func) |
| void | fgRegisterKeyHandler (fgKeyHandler func) |
| void | fgRegisterMouseClickHandler (fgMouseClickHandler func) |
| void | fgRegisterMouseMotionHandler (fgMouseMotionHandler func) |
| void fgRegisterIdleHandler | ( | fgIdleHandler | func | ) |
Definition at line 36 of file fg_os_common.cxx.
| void fgRegisterKeyHandler | ( | fgKeyHandler | func | ) |
Definition at line 41 of file fg_os_common.cxx.
| void fgRegisterMouseClickHandler | ( | fgMouseClickHandler | func | ) |
Definition at line 46 of file fg_os_common.cxx.
| void fgRegisterMouseMotionHandler | ( | fgMouseMotionHandler | func | ) |
Definition at line 51 of file fg_os_common.cxx.