mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-04-02 10:41:46 -04:00
8 lines
282 B
Text
8 lines
282 B
Text
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
|