mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 06:44:27 +00:00
libnx: fix touch, mouse and KB input
This commit is contained in:
parent
d7a321fdbb
commit
059cd08530
@ -281,6 +281,8 @@ static void switch_input_poll(void *data)
|
|||||||
|
|
||||||
static int16_t switch_input_state(
|
static int16_t switch_input_state(
|
||||||
void *data,
|
void *data,
|
||||||
|
const input_device_driver_t *joypad,
|
||||||
|
const input_device_driver_t *sec_joypad,
|
||||||
rarch_joypad_info_t *joypad_info,
|
rarch_joypad_info_t *joypad_info,
|
||||||
const struct retro_keybind **binds,
|
const struct retro_keybind **binds,
|
||||||
bool keyboard_mapping_blocked,
|
bool keyboard_mapping_blocked,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user