#include <InputMap.h>
Public Types | |
enum | E_KEY_TYPE |
Public Member Functions | |
const char * | toString () |
Static Public Member Functions | |
static void | createInstance () |
static void | deleteInstance () |
static InputMap * | getInstance () |
static void | inputKey (uint32 key) |
static bool | verifyIfWasPressed (E_KEY_TYPE eKey) |
The keys
static void core::InputMap::createInstance | ( | ) | [static] |
Create the input map instance.
static void core::InputMap::deleteInstance | ( | ) | [static] |
Delete the input map instance.
static InputMap* core::InputMap::getInstance | ( | ) | [static] |
Get the input map instance.
static void core::InputMap::inputKey | ( | uint32 | key | ) | [static] |
Receive the input key from the specific device.
key | The input key. |
static bool core::InputMap::verifyIfWasPressed | ( | E_KEY_TYPE | eKey | ) | [static] |
Verify if the specific key was pressed.
eKey | The key type. |
const char* core::InputMap::toString | ( | ) | [inline] |