Cogs.Foundation
|
#include <Keyboard.h>
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. | |
std::string Cogs::Keyboard::State::chars |
List of characters generated by the keyboard this frame.
Referenced by Cogs::Keyboard::update().
bool Cogs::Keyboard::State::keysDown[static_cast< size_t >(Key::Count)] = {} |
State of tracked keys.
Referenced by Cogs::Keyboard::update().