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…
Reference in New Issue