![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#include <cInputKey.h>
Public Member Functions | |
const GChar_t * | get_Name () const noexcept |
Static Public Member Functions | |
static INPUTKEY_TYPE GRAYCALL | GetDevKeyByName (const GChar_t *pszName) |
static INPUTKEY_TYPE GRAYCALL | GetDevKeyByVKCode (VK_TYPE vKeyCode) |
Public Attributes | |
const GChar_t * | m_pszKeyName |
'cInputKeyDefs.tbl' name of a key on the device (keyboard). More... | |
VK_TYPE | m_vKeyCode |
Windows VK codes. e.g. VK_ESCAPE. More... | |
Static Public Attributes | |
static const cInputKeyDef | k_aInputKeyDefs [INPUTKEY_QTY] |
a Key/Button that the input device/hardware might support. keyboard and mouse. Describe/name each possible INPUTKEY_TYPE similar to cInputKeyObj
|
inlinenoexcept |
|
static |
|
static |
|
static |
const GChar_t* GrayLib::cInputKeyDef::m_pszKeyName |
'cInputKeyDefs.tbl' name of a key on the device (keyboard).
VK_TYPE GrayLib::cInputKeyDef::m_vKeyCode |
Windows VK codes. e.g. VK_ESCAPE.