0
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2024-12-15 21:29:06 +00:00
2021-10-27 13:36:27 +02:00

9 lines
282 B
Plaintext

Section "InputClass"
Identifier "joystick catchall"
MatchIsJoystick "on"
MatchDevicePath "/dev/input/event*"
Driver "joystick"
Option "StartKeysEnabled" "False" # These Two Lines Disable
Option "StartMouseEnabled" "False" # The mouse emulation
EndSection