Input::Key Class Reference
#include <key.h>
Detailed Description
Define standard key codes. Note that these are NOT localized character codes, but are similar to Windows virtual keys.(C) 2006 Radon Labs GmbH
Public Types | |
| enum | Code |
| key codes | |
| enum | Group |
| key group | |
Static Public Member Functions | |
| static Util::String | ToString (Code code) |
| convert to string | |
| static Code | FromString (const Util::String &str) |
| convert from string | |
| static Util::Array< Key::Code > | KeyCodesByGroup (Key::Group group) |
| get key codes by group | |