BALL
1.4.79
|
#include <BALL/VIEW/INPUT/inputPlugin.h>
Public Member Functions | |
virtual | ~InputPlugin () |
virtual void | setReceiver (QWidget *receiver)=0 |
virtual InputDeviceDriver * | startDriver ()=0 |
Definition at line 12 of file inputPlugin.h.
|
inlinevirtual |
Definition at line 15 of file inputPlugin.h.
|
pure virtual |
Set the receiver of the events emited by the input device.
|
pure virtual |
Starts the input device driver and makes it send events.