#include "OSDLInputDeviceHandler.h"#include "OSDLEventsCommon.h"#include "OSDLEvents.h"#include "Ceylan.h"#include "SDL.h"#include <string>#include <list>#include <map>

Go to the source code of this file.
Classes | |
| class | OSDL::Events::KeyboardException |
| Mother class for all keyboard exceptions. More... | |
| class | OSDL::Events::KeyboardHandler |
| Handler for keyboard. More... | |
Namespaces | |
| namespace | OSDL |
Definition of the main OSDL common non-specialized types. | |
| namespace | OSDL::MVC |
| namespace | OSDL::Events |
Deals with all events of interest for a multimedia engine. | |
Typedefs | |
| typedef void(* | OSDL::Events::KeyboardEventHandler )(const KeyboardEvent &keyboardEvent) |
| Pointer to functions managing specific keyboard events, i.e. | |
Enumerations | |
| enum | OSDL::Events::KeyboardMode { OSDL::Events::rawInput, OSDL::Events::textInput } |
Describes what is the current mode used to handle key presses and key releases. More... | |
1.6.3