|
openMSX
|
#include <KeyboardSettings.hh>
Public Types | |
| enum | KpEnterMode { MSX_KP_COMMA, MSX_ENTER } |
| enum | MappingMode { KEY_MAPPING, CHARACTER_MAPPING } |
Public Member Functions | |
| KeyboardSettings (CommandController &commandController) | |
| ~KeyboardSettings () | |
| Keys::KeyCode | getDeadkeyHostKey (unsigned n) const |
| EnumSetting< Keys::KeyCode > & | getCodeKanaHostKey () const |
| EnumSetting< KpEnterMode > & | getKpEnterMode () const |
| EnumSetting< MappingMode > & | getMappingMode () const |
| BooleanSetting & | getAlwaysEnableKeypad () const |
| BooleanSetting & | getTraceKeyPresses () const |
| BooleanSetting & | getAutoToggleCodeKanaLock () const |
Definition at line 13 of file KeyboardSettings.hh.
Definition at line 16 of file KeyboardSettings.hh.
Definition at line 17 of file KeyboardSettings.hh.
|
explicit |
Definition at line 9 of file KeyboardSettings.cc.
References CHARACTER_MAPPING, openmsx::Keys::K_END, openmsx::Keys::K_HELP, openmsx::Keys::K_HENKAN_MODE, openmsx::Keys::K_LMETA, openmsx::Keys::K_LSUPER, openmsx::Keys::K_MENU, openmsx::Keys::K_PAGEDOWN, openmsx::Keys::K_PAGEUP, openmsx::Keys::K_RALT, openmsx::Keys::K_RCTRL, openmsx::Keys::K_RMETA, openmsx::Keys::K_RSHIFT, openmsx::Keys::K_RSUPER, openmsx::Keys::K_UNDO, KEY_MAPPING, MSX_ENTER, and MSX_KP_COMMA.
| openmsx::KeyboardSettings::~KeyboardSettings | ( | ) |
Definition at line 75 of file KeyboardSettings.cc.
| BooleanSetting & openmsx::KeyboardSettings::getAlwaysEnableKeypad | ( | ) | const |
Definition at line 100 of file KeyboardSettings.cc.
| BooleanSetting & openmsx::KeyboardSettings::getAutoToggleCodeKanaLock | ( | ) | const |
Definition at line 110 of file KeyboardSettings.cc.
| EnumSetting< Keys::KeyCode > & openmsx::KeyboardSettings::getCodeKanaHostKey | ( | ) | const |
Definition at line 79 of file KeyboardSettings.cc.
| Keys::KeyCode openmsx::KeyboardSettings::getDeadkeyHostKey | ( | unsigned | n | ) | const |
Definition at line 84 of file KeyboardSettings.cc.
| EnumSetting< KeyboardSettings::KpEnterMode > & openmsx::KeyboardSettings::getKpEnterMode | ( | ) | const |
Definition at line 90 of file KeyboardSettings.cc.
| EnumSetting< KeyboardSettings::MappingMode > & openmsx::KeyboardSettings::getMappingMode | ( | ) | const |
Definition at line 95 of file KeyboardSettings.cc.
| BooleanSetting & openmsx::KeyboardSettings::getTraceKeyPresses | ( | ) | const |
Definition at line 105 of file KeyboardSettings.cc.
1.8.1.2