223 SDL_Keycode keyCode, Uint16 mod = KMOD_NONE, SDL_Scancode scanCode = SDL_SCANCODE_UNKNOWN,
bool release =
false);
std::pair< KeyCode, KeyCode > getCodes(SDL_Keycode sdlKeyCode, Uint16 mod, SDL_Scancode sdlScanCode, bool release)
Translate SDL_Keycode/SDL_Scancode into openMSX key/scan Keycode's.