#include "OSDLInputDeviceHandler.h"
#include "OSDLEventsCommon.h"
#include "OSDLEvents.h"
#include "Ceylan.h"
#include <string>
#include <list>
#include <map>
Include dependency graph for OSDLKeyboardHandler.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | OSDL |
namespace | OSDL::MVC |
namespace | OSDL::Events |
Classes | |
class | OSDL::Events::KeyboardException |
Mother class for all keyboard exceptions. More... | |
class | OSDL::Events::KeyboardHandler |
Handler for keyboard. More... | |
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... |