#include <timersdl.h>
Inheritance diagram for TimerSDL:
Public Member Functions | |
TimerSDL () | |
virtual | ~TimerSDL () |
virtual bool | Init (kerosin::InputSystem *inputSystem) |
init the device | |
virtual int | EventFilter (const SDL_Event *event) |
this filters an SDL specific input | |
void | GetInput (kerosin::InputServer::Input &input) |
return an Input | |
Protected Attributes | |
unsigned long | mLastTicks |
Definition at line 35 of file timersdl.h.
|
Definition at line 27 of file timersdl.cpp. |
|
Definition at line 31 of file timersdl.cpp. |
|
this filters an SDL specific input
Implements InputDeviceSDL. Definition at line 49 of file timersdl.cpp. |
|
return an Input
Definition at line 55 of file timersdl.cpp. References kerosin::InputServer::Input::code, kerosin::InputServer::Input::data, kerosin::InputServer::eAxis, kerosin::InputSystem::GetInputServer(), kerosin::InputServer::IC_AXIST, kerosin::InputDevice::mInputSystem, mLastTicks, and kerosin::InputServer::Input::type. Here is the call graph for this function: ![]() |
|
init the device
Reimplemented from kerosin::InputDevice. Definition at line 36 of file timersdl.cpp. References kerosin::InputDevice::Init(), and mLastTicks. Here is the call graph for this function: ![]() |
|
Definition at line 54 of file timersdl.h. Referenced by GetInput(), and Init(). |