38#include <Inventor/Wx/devices/SoWxDevice.h>
44#define SO_WX_ALL_KEYBOARD_EVENTS SoWxKeyboard::ALL
53 ALL_EVENTS = KEY_PRESS | KEY_RELEASE
59 virtual void enable(wxWindow* widget, SoWxEventHandler * handler,
void * closure);
60 virtual void disable(wxWindow* widget, SoWxEventHandler * handler,
void * closure);
65 class SoWxKeyboardP * pimpl;
66 friend class SoWxKeyboardP;
67 friend class SoGuiKeyboardP;
The SoWxDevice class is the base class for the translation devices.
Definition SoWxDevice.h:77
virtual const SoEvent * translateEvent(wxEvent &event)=0
virtual void enable(wxWindow *w, SoWxEventHandler *handler, void *closure)=0
virtual void disable(wxWindow *w, SoWxEventHandler *handler, void *closure)=0
The SoWxKeyboard class is the keyboard input device abstraction.
Definition SoWxKeyboard.h:46
Events
Definition SoWxKeyboard.h:50