mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
wayland: fix keyboard handling.
This bug interferes with my BK-0010 libretro port.
This commit is contained in:
parent
3d06b4aee2
commit
2d5715b807
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user