#include <SDLInputDevice.h>
Inheritance diagram for SDLInputDevice:
Public Methods | |
SDLInputDevice () | |
virtual | ~SDLInputDevice () |
virtual unsigned short | Translate (KX_EnumInputs incode) |
virtual bool | IsPressed (SCA_IInputDevice::KX_EnumInputs inputcode) |
KX_EnumInputs | ToNative (SDLKey incode) |
virtual bool | ConvertSDLEvent (SDLKey incode, int val) = 0 |
Version:
Definition at line 18 of file SDLInputDevice.h.
|
Definition at line 24 of file SDLInputDevice.h. |
|
Definition at line 82 of file SDLInputDevice.h. |
|
Reimplemented in SDLKeyboardDevice. |
|
Reimplemented from SCA_IInputDevice. Definition at line 88 of file SDLInputDevice.h. |
|
Definition at line 98 of file SDLInputDevice.h. Referenced by SDLKeyboardDevice::ConvertSDLEvent(). |
|
Definition at line 84 of file SDLInputDevice.h. |