1#ifndef QUARTER_INPUTDEVICE_H
2#define QUARTER_INPUTDEVICE_H
36#include <Quarter/Basic.h>
37#include <Inventor/SbVec2s.h>
43namespace SIM {
namespace Coin3D {
namespace Quarter {
47class QUARTER_DLL_API InputDevice {
50 virtual ~InputDevice() {}
60 void setModifiers(SoEvent * soevent,
const QInputEvent * qevent);