Cogs.Core
|
Public Attributes | |
bool | keysDown [static_cast< size_t >(Key::Count)] = {} |
State of tracked keys. | |
std::string | chars |
List of characters generated by the keyboard this frame. | |
Definition at line 49 of file Keyboard.h.
std::string Cogs::Keyboard::State::chars |
List of characters generated by the keyboard this frame.
Definition at line 52 of file Keyboard.h.
Referenced by Cogs::Keyboard::update().
bool Cogs::Keyboard::State::keysDown[static_cast< size_t >(Key::Count)] = {} |
State of tracked keys.
Definition at line 51 of file Keyboard.h.
Referenced by Cogs::Keyboard::update().