File: input-device.xml

package info (click to toggle)
wayfire 0.10.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,764 kB
  • sloc: cpp: 52,464; xml: 2,987; ansic: 699; makefile: 161
file content (14 lines) | stat: -rw-r--r-- 456 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0"?>
<wayfire>
  <object name="input-device">
    <category>General</category>
    <option name="output" type="string">
      <default></default>
    </option>
    <option name="calibration" type="string">
      <_short>Calibration matrix</_short>
      <_long>Calibration matrix for touch devices, uses udev/libinput format (2x3 matrix, 6 floats separated by space).</_long>
      <default></default>
    </option>
  </object>
</wayfire>