1 #ifndef QUARTER_KEYBOARD_H
2 #define QUARTER_KEYBOARD_H
36 #include <Quarter/Basic.h>
37 #include <Quarter/devices/InputDevice.h>
42 namespace SIM {
namespace Coin3D {
namespace Quarter {
49 virtual const SoEvent * translateEvent(QEvent * event);
52 friend class KeyboardP;
53 class KeyboardP * pimpl;
The Keyboard class provides translation of keyboard events on the QuarterWidget.
Definition: Keyboard.h:44