![]() |
Gamedev Framework (gf)
0.2.0
A C++11 framework for 2D games
|
Some keyboard related functions. More...
#include <gf/Keyboard.h>
Public Member Functions | |
| Keyboard ()=delete | |
| Deleted constructor. More... | |
Static Public Member Functions | |
| static const char * | getScancodeName (Scancode scancode) |
| Get the representation of a scancode. More... | |
| static const char * | getKeycodeName (Keycode keycode) |
| Get the representation of a keycode. More... | |
Some keyboard related functions.
|
delete |
Deleted constructor.
|
static |
Get the representation of a keycode.
| keycode | The keycode |
|
static |
Get the representation of a scancode.
| scancode | The scancode |
1.8.8