#include <mousesdl.h>
Inheritance diagram for MouseSDL:
Public Member Functions | |
MouseSDL () | |
virtual | ~MouseSDL () |
virtual bool | Init (kerosin::InputSystem *inputSystem) |
init the device | |
virtual int | EventFilter (const SDL_Event *event) |
this filters an SDL specific input |
Definition at line 32 of file mousesdl.h.
|
Definition at line 27 of file mousesdl.cpp. |
|
Definition at line 31 of file mousesdl.cpp. |
|
this filters an SDL specific input
Implements InputDeviceSDL. Definition at line 42 of file mousesdl.cpp. References kerosin::InputSystem::AddInputInternal(), kerosin::InputServer::Input::code, kerosin::InputServer::Input::data, kerosin::InputServer::eAxis, kerosin::InputServer::eButton, kerosin::InputSystem::GetInputServer(), kerosin::InputServer::IC_AXISX, kerosin::InputServer::IC_AXISY, kerosin::InputServer::IC_MOUSE_LEFT, kerosin::InputServer::IC_MOUSE_MIDDLE, kerosin::InputServer::IC_MOUSE_RIGHT, and kerosin::InputDevice::mInputSystem. Here is the call graph for this function: ![]() |
|
init the device
Reimplemented from kerosin::InputDevice. Definition at line 36 of file mousesdl.cpp. References kerosin::InputDevice::Init(). Here is the call graph for this function: ![]() |