1
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2024-11-25 17:46:19 +00:00
Lakka-LibreELEC/packages/addons/service/touchscreen/source/resources/settings.xml
Peter Vicman 9c3e78edee touchscreen: initial addon
includes ts_uinput_touch daemon which translates tslib events to uinput
includes belonging touchscreen calibration addon
2016-11-02 12:54:15 +01:00

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>