mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +00:00
Merge pull request #11391 from p-sam/switch/input-fix
libnx: fix touch, mouse and KB input
This commit is contained in:
commit
f0430aa543
@ -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