#include <BALL/VIEW/INPUT/fakeDriver.h>
Public Member Functions | |
FakeDriver (Scene *receiver) | |
bool | setUp () |
bool | tearDown () |
void | setEnabled (bool enabled) |
Private Member Functions | |
void | run () |
BALL::VIEW::FakeDriver::FakeDriver | ( | Scene * | receiver | ) | [inline] |
void BALL::VIEW::FakeDriver::run | ( | ) | [inline, private] |
void BALL::VIEW::FakeDriver::setEnabled | ( | bool | enabled | ) | [inline] |
Reimplemented from BALL::VIEW::InputDeviceDriver.
bool BALL::VIEW::FakeDriver::setUp | ( | ) | [inline, virtual] |
Implements BALL::VIEW::InputDeviceDriver.
bool BALL::VIEW::FakeDriver::tearDown | ( | ) | [inline, virtual] |
Implements BALL::VIEW::InputDeviceDriver.