38#include <Inventor/Xt/devices/SoXtDevice.h>
44#define SO_XT_ALL_KEYBOARD_EVENTS SoXtKeyboard::ALL
53 ALL_EVENTS = KEY_PRESS | KEY_RELEASE
59 virtual void enable(Widget widget, SoXtEventHandler * handler,
void * closure);
60 virtual void disable(Widget widget, SoXtEventHandler * handler,
void * closure);
65 class SoXtKeyboardP * pimpl;
66 friend class SoXtKeyboardP;
67 friend class SoGuiKeyboardP;
The SoXtDevice class is the base class for the translation devices.
Definition SoXtDevice.h:77
virtual const SoEvent * translateEvent(XAnyEvent *event)=0
virtual void disable(Widget w, SoXtEventHandler *handler, void *closure)=0
virtual void enable(Widget w, SoXtEventHandler *handler, void *closure)=0
The SoXtKeyboard class is the keyboard input device abstraction.
Definition SoXtKeyboard.h:46
Events
Definition SoXtKeyboard.h:50