![]() |
Gorgon Game Engine
|
Keyboard related functions and enumerations. More...
Namespaces | |
Keycodes | |
Classes | |
class | Modifier |
This class represents a modifier key. These keys can be. More... | |
Typedefs | |
typedef Gorgon::Char | Char |
A Unicode character, use String::Append to append this character to an std::string. More... | |
typedef Gorgon::Input::Key | Key |
A key on the keyboard. More... | |
Functions | |
bool | operator!= (const Modifier &l, const Modifier &r) |
bool | operator== (const Modifier &l, const Modifier &r) |
Variables | |
Modifier | CurrentModifier |
Current keyboard modifier, this is a global value. More... | |
std::map< Key, bool > | PressedKeys |
MOVETO -> Window? More... | |
Keyboard related functions and enumerations.
typedef Gorgon::Char Char |
A Unicode character, use String::Append to append this character to an std::string.
typedef Gorgon::Input::Key Key |
A key on the keyboard.
References Modifier::Key.
References Modifier::Key.
Modifier CurrentModifier |
Current keyboard modifier, this is a global value.