16 #ifndef SURGSIM_DEVICES_KEYBOARD_OSGKEYBOARDHANDLER_H 17 #define SURGSIM_DEVICES_KEYBOARD_OSGKEYBOARDHANDLER_H 21 #include <osgGA/GUIEventHandler> 28 class KeyboardScaffold;
40 bool handle(
const osgGA::GUIEventAdapter& ea, osgGA::GUIActionAdapter& aa)
override;
44 std::weak_ptr<KeyboardScaffold> m_keyboardScaffold;
50 #endif // SURGSIM_DEVICES_KEYBOARD_OSGKEYBOARDHANDLER_H Wraps glewInit() to separate the glew opengl definitions from the osg opengl definitions only imgui n...
Definition: AddRandomSphereBehavior.cpp:36
bool handle(const osgGA::GUIEventAdapter &ea, osgGA::GUIActionAdapter &aa) override
Method to handle GUI event.
Definition: OsgKeyboardHandler.cpp:33
Definition: OsgKeyboardHandler.h:30
OsgKeyboardHandler()
Constructor.
Definition: OsgKeyboardHandler.cpp:29