Factory class that provides static methods for instantiating SDL event source classes.
#include <SDLEventFactory.hpp>
|
static bool | initialized = false |
| Boolean indicating that the lookup tables have been initialized or not.
|
|
static std::map< SDL_Keycode, char > | sdl_printable_map = std::map<SDL_Keycode, char>() |
| Map storing the correspondence between SDLKeys and their corresponding char respresentation.
|
|
static std::map< SDL_Keycode, int > | sdl_control_map = std::map<SDL_Keycode, int>() |
| Map storing the correspondence between SDL_Keys and their corresponding control key value.
|
|
The documentation for this class was generated from the following files: