mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-25 17:46:19 +00:00
9c3e78edee
includes ts_uinput_touch daemon which translates tslib events to uinput includes belonging touchscreen calibration addon
9 lines
340 B
XML
9 lines
340 B
XML
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
|
<settings>
|
|
<category label="1000" >
|
|
<setting type="sep" />
|
|
<setting label="1010" id="TS_RECALIBRATE" type="bool" default="false" />
|
|
<setting label="1020" id="clean_screen" type="action" option="close" action="RunScript($CWD/lock-screen.py)" />
|
|
</category>
|
|
</settings>
|