#include <BALL/VIEW/INPUT/inputPlugin.h>
Public Member Functions | |
virtual | ~InputPlugin () |
virtual void | setReceiver (QWidget *receiver)=0 |
virtual InputDeviceDriver * | startDriver ()=0 |
virtual BALL::VIEW::InputPlugin::~InputPlugin | ( | ) | [inline, virtual] |
virtual void BALL::VIEW::InputPlugin::setReceiver | ( | QWidget * | receiver | ) | [pure virtual] |
Set the receiver of the events emited by the input device.
virtual InputDeviceDriver* BALL::VIEW::InputPlugin::startDriver | ( | ) | [pure virtual] |
Starts the input device driver and makes it send events.