mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
libinput: add support for touchscreen set matrix
My android pad emit a strange touch input from libinput, need to rotate it in 270 degree clockwise to fix.
This commit is contained in:
parent
8b8652e2b3
commit
bd4d92bad8
5 changed files with 28 additions and 7 deletions
|
|
@ -504,6 +504,9 @@
|
|||
- tapButtonMap [lrm|lmr]
|
||||
- clickMethod [none|buttonAreas|clickfinger]
|
||||
- sendEventsMode [yes|no|disabledOnExternalMouse]
|
||||
- calibrationMatrix [six float values split by space],
|
||||
visit https://wayland.freedesktop.org/libinput/doc/latest/absolute-axes.html#calibration-of-absolute-devices
|
||||
for more information
|
||||
-->
|
||||
<libinput>
|
||||
<device category="default">
|
||||
|
|
@ -519,6 +522,7 @@
|
|||
<disableWhileTyping></disableWhileTyping>
|
||||
<clickMethod></clickMethod>
|
||||
<sendEventsMode></sendEventsMode>
|
||||
<calibrationMatrix></calibrationMatrix>
|
||||
</device>
|
||||
</libinput>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue