#include <SurgSim/Devices/Keyboard/OsgKeyboardHandler.h>
§ OsgKeyboardHandler()
SurgSim::Devices::OsgKeyboardHandler::OsgKeyboardHandler |
( |
| ) |
|
§ handle()
bool SurgSim::Devices::OsgKeyboardHandler::handle |
( |
const osgGA::GUIEventAdapter & |
ea, |
|
|
osgGA::GUIActionAdapter & |
aa |
|
) |
| |
|
override |
Method to handle GUI event.
- Parameters
-
ea | A osgGA::GUIEventAdapter |
aa | A osgGA::GUIActionAdapter (required by this virtual method) |
- Returns
- True if the event has been handled by this method; Otherwise, false.
§ m_keyboardScaffold
std::weak_ptr<KeyboardScaffold> SurgSim::Devices::OsgKeyboardHandler::m_keyboardScaffold |
|
private |
A back pointer to the scaffold which owns this handle.
The documentation for this class was generated from the following files: