Classes | |
class | SDLSystem |
TODO Unfortunetly this system is way to tightly coupled to specific methods and structures provided by SDL,. More... | |
class | Relay |
class | DefaultMouse |
class | DefaultKeyboard |
class | DeviceTranslator |
class | tDeviceTranslator |
This class provides common concrete behavior for translators of a specific device type. More... | |
class | SDLKeyboards |
class | SDLMice |
class | SDLControllers |
class | SDLTranslator |
Translates SDL events to InputData for the InputArbitrator. More... | |
class | SupportedFactory |
Enumerations | |
enum | Supported { Keyboards, Mice, Controllers } |
enum cmil::SDL::Supported |
Definition at line 329 of file SDLTranslator.h.
00329 { 00330 Keyboards, 00331 Mice, 00332 Controllers 00333 };