mirror of
https://github.com/labwc/labwc.git
synced 2026-02-23 01:40:18 -05:00
docs: document tablet tool pressure range
This commit is contained in:
parent
c093ac47db
commit
650a2e196f
2 changed files with 16 additions and 2 deletions
|
|
@ -573,8 +573,11 @@
|
|||
*relativeMotionSensitivity* controls the speed of the cursor. Using
|
||||
a value lower than 1.0 decreases the speed, using a value greater than
|
||||
1.0 increases the speed of the cursor.
|
||||
The pressure range of a tablet tool can be controlled by adjusting
|
||||
*minPressure* and *maxPressure*.
|
||||
-->
|
||||
<tabletTool motion="absolute" relativeMotionSensitivity="1.0" />
|
||||
<tabletTool motion="absolute"relativeMotionSensitivity="1.0"
|
||||
minPressure="0" maxPressure="1.0" />
|
||||
|
||||
<!--
|
||||
The *category* attribute is optional and can be set to touch, touchpad,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue