mirror of
https://github.com/libretro/RetroArch
synced 2025-04-03 10:21:31 +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;
|
return;
|
||||||
#endif
|
#endif
|
||||||
input_keyboard_event(value,
|
input_keyboard_event(value,
|
||||||
rarch_keysym_lut[key],
|
input_keymaps_translate_keysym_to_rk(key),
|
||||||
0, 0, RETRO_DEVICE_KEYBOARD);
|
0, 0, RETRO_DEVICE_KEYBOARD);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user