#include "exceptions.h"#include "irrlichttypes.h"#include <Keycodes.h>#include <IEventReceiver.h>#include <string>
Include dependency graph for keycode.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | UnknownKeycode |
| class | KeyPress |
Functions | |
| const KeyPress & | getKeySetting (const char *settingname) |
| void | clearKeyCache () |
| irr::EKEY_CODE | keyname_to_keycode (const char *name) |
Variables | |
| const KeyPress | EscapeKey |
| const KeyPress | LMBKey |
| const KeyPress | MMBKey |
| const KeyPress | RMBKey |
| void clearKeyCache | ( | ) |
References g_key_setting_cache.
Referenced by GUIKeyChangeMenu::acceptInput().
Here is the caller graph for this function:| const KeyPress & getKeySetting | ( | const char * | settingname | ) |
References g_key_setting_cache, g_settings, and Settings::get().
Referenced by GUIKeyChangeMenu::add_key(), GUIChatConsole::OnEvent(), GUIFormSpecMenu::OnEvent(), MyEventReceiver::OnEvent(), KeyCache::populate(), GUIFormSpecMenu::preprocessEvent(), and RandomInputHandler::step().
Here is the call graph for this function:
Here is the caller graph for this function:| irr::EKEY_CODE keyname_to_keycode | ( | const char * | name | ) |
References table_key::Key, and lookup_keyname().
Referenced by id_to_keycode().
Here is the call graph for this function:
Here is the caller graph for this function:
|
extern |
|
extern |
|
extern |
|
extern |