mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 04:20:27 +00:00
Merge pull request #8457 from phcoder/kbdwl
wayland: fix keyboard handling.
This commit is contained in:
commit
6a31f87a85
@ -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