Merge pull request #8457 from phcoder/kbdwl

wayland: fix keyboard handling.
This commit is contained in:
Twinaphex 2019-03-13 11:34:26 +01:00 committed by GitHub
commit 6a31f87a85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -231,7 +231,7 @@ static void keyboard_handle_key(void *data,
return;
#endif
input_keyboard_event(value,
rarch_keysym_lut[key],
input_keymaps_translate_keysym_to_rk(key),
0, 0, RETRO_DEVICE_KEYBOARD);
}