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 | |
Static Public Member Functions | |
| static Util::String | ToString (Code code) |
| convert to string | |
| static Code | FromString (const Util::String &str) |
| convert from string | |