mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-28 06:14:38 +00:00
9 lines
282 B
Plaintext
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
|