openMSX
|
Public Attributes | |
KeyMatrixPosition | msx |
std::array< SDL_Keycode, 3 > | hostKeyCodes |
std::array< SDL_Scancode, 3 > | hostScanCodes |
Keyboard bindings.
Definition at line 134 of file Keyboard.cc.
std::array<SDL_Keycode, 3> openmsx::MsxKeyScanMapping::hostKeyCodes |
Definition at line 136 of file Keyboard.cc.
std::array<SDL_Scancode, 3> openmsx::MsxKeyScanMapping::hostScanCodes |
Definition at line 137 of file Keyboard.cc.
KeyMatrixPosition openmsx::MsxKeyScanMapping::msx |
Definition at line 135 of file Keyboard.cc.