wayland: fix keyboard handling.

This bug interferes with my BK-0010 libretro port.
This commit is contained in:
Vladimir Serbinenko 2019-03-05 11:55:05 +01:00
parent 3d06b4aee2
commit 2d5715b807

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);
}