20#ifndef HEADER_KEYBOARD_DEVICE_HPP
21#define HEADER_KEYBOARD_DEVICE_HPP
23#include "input/input_device.hpp"
25#include "utils/cpp2011.hpp"
41 InputManager::InputDriverMode mode,
specialisation of DeviceConfig for keyboard type devices
Definition: keyboard_config.hpp:35
specialisation of InputDevice for keyboard type devices
Definition: keyboard_device.hpp:34
virtual bool processAndMapInput(Input::InputType type, const int id, InputManager::InputDriverMode mode, PlayerAction *action, int *value=NULL) OVERRIDE
Invoked when this device it used.
Definition: keyboard_device.cpp:56