19 #ifndef CONTROLLER_KEYBOARD_H
20 #define CONTROLLER_KEYBOARD_H
22 #include "controller.h"
48 #endif // CONTROLLER_KEYBOARD_H
void update()
Read current state of keyboard controller.
Definition: controller_keyboard.cpp:39
A Keyboard controller which reads state of the keyboard device.
Definition: controller_keyboard.h:28
The Controller class provides proxy interface between controllable objects array and physical control...
Definition: controller.h:32
KeyboardController()
Constructor.
Definition: controller_keyboard.cpp:21
~KeyboardController()
Destructor.
Definition: controller_keyboard.cpp:36