#include "inputsystemsdl.h"#include "inputdevicesdl.h"#include <kerosin/inputserver/inputserver.h>#include <zeitgeist/logserver/logserver.h>#include <SDL/SDL_thread.h>#include "timersdl.h"Include dependency graph for inputsystemsdl.cpp:

Go to the source code of this file.
Functions | |
| static int | EventFilterCallback (const SDL_Event *event) |
Variables | |
| InputSystemSDL * | gInputSystem |
|
|
Definition at line 48 of file inputsystemsdl.cpp. References InputSystemSDL::EventFilter(). Referenced by InputSystemSDL::Init(). Here is the call graph for this function: ![]() |
|
|
This function is used to filter SDL Events and delegate them to the input device which registered for the event type. NOTE: This function may run in a different thread, so care has to be taken when accessing the global object. Things to watch out for:
Definition at line 46 of file inputsystemsdl.cpp. |
1.4.4