Quarter
1.2.2
Coin3D GUI binding for Qt
|
The Keyboard class provides translation of keyboard events on the QuarterWidget. More...
#include <Quarter/devices/Keyboard.h>
Public Member Functions | |
Keyboard (QuarterWidget *quarter) | |
virtual const SoEvent * | translateEvent (QEvent *event) |
Public Member Functions inherited from SIM::Coin3D::Quarter::InputDevice | |
InputDevice (QuarterWidget *quarter) | |
void | setModifiers (SoEvent *soevent, const QInputEvent *qevent) |
void | setMousePosition (const SbVec2s &pos) |
void | setWindowSize (const SbVec2s &size) |
Additional Inherited Members | |
Protected Attributes inherited from SIM::Coin3D::Quarter::InputDevice | |
SbVec2s | mousepos |
QuarterWidget * | quarter |
SbVec2s | windowsize |
The Keyboard class provides translation of keyboard events on the QuarterWidget.
|
virtual |
Translates from QKeyEvents to SoKeyboardEvents
Implements SIM::Coin3D::Quarter::InputDevice.