Abstract class which listens to device events. More...
#include <def.h>
Public Member Functions | |
virtual void | eventMouse (int x, int y, int z, int dx, int dy, MOUSEBTN, bool up, int deviceID)=0 |
virtual void | eventKey (KEYBTN, bool *keys, bool up, int deviceID)=0 |
Abstract class which listens to device events.
Definition at line 96 of file def.h.
virtual void EventDeviceListener::eventKey | ( | KEYBTN | , | |
bool * | keys, | |||
bool | up, | |||
int | deviceID | |||
) | [pure virtual] |
virtual void EventDeviceListener::eventMouse | ( | int | x, | |
int | y, | |||
int | z, | |||
int | dx, | |||
int | dy, | |||
MOUSEBTN | , | |||
bool | up, | |||
int | deviceID | |||
) | [pure virtual] |