#include <key_type.hpp>
Public Types | |
| typedef sge::string | string |
| typedef string::value_type | char_type |
Public Member Functions | |
| SGE_SYMBOL | key_type (const string &name=string(), key_code code=kc::none, char_type char_code=0) |
| SGE_SYMBOL const string & | name () const |
| SGE_SYMBOL key_code | code () const |
| SGE_SYMBOL char_type | char_code () const |
| SGE_SYMBOL void | char_code (char_type) |
| typedef string::value_type sge::input::key_type::char_type |
| sge::input::key_type::key_type | ( | const string & | name = string(), |
|
| key_code | code = kc::none, |
|||
| char_type | char_code = 0 | |||
| ) |
| const sge::input::key_type::string & sge::input::key_type::name | ( | ) | const |
| sge::input::key_code sge::input::key_type::code | ( | ) | const |
| sge::input::key_type::char_type sge::input::key_type::char_code | ( | ) | const |
| void sge::input::key_type::char_code | ( | char_type | ch | ) |
1.5.5