mirror of
https://github.com/labwc/labwc.git
synced 2026-03-31 07:11:19 -04:00
docs: extend touch section
This commit is contained in:
parent
1d4961650f
commit
e547e29563
2 changed files with 15 additions and 2 deletions
|
|
@ -479,9 +479,16 @@ windows using the mouse.
|
||||||
## TOUCH
|
## TOUCH
|
||||||
|
|
||||||
```
|
```
|
||||||
<touch mapToOutput="" />
|
<touch deviceName="" mapToOutput="" />
|
||||||
```
|
```
|
||||||
|
|
||||||
|
*<touch deviceName="" />*
|
||||||
|
A touch configuration can be bound to a specifc device. If device
|
||||||
|
name is left empty, the touch configuration applies to all touch
|
||||||
|
devices or functions as a fallback. Multiple touch configurations
|
||||||
|
can exist.
|
||||||
|
See the libinput device section for obtaining the device names.
|
||||||
|
|
||||||
*<touch mapToOutput="" />*
|
*<touch mapToOutput="" />*
|
||||||
Direct cursor movement to a specified output. If the compositor is
|
Direct cursor movement to a specified output. If the compositor is
|
||||||
running in nested mode, this does not take effect.
|
running in nested mode, this does not take effect.
|
||||||
|
|
|
||||||
|
|
@ -422,10 +422,16 @@
|
||||||
</mouse>
|
</mouse>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
A touch configuration can be bound to a specifc device. If device
|
||||||
|
name is left empty, the touch configuration applies to all touch
|
||||||
|
devices or functions as a fallback. Multiple touch configurations
|
||||||
|
can exist.
|
||||||
|
See the libinput device section for obtaining the device names.
|
||||||
|
|
||||||
Direct cursor movement to a specified output. If the compositor is
|
Direct cursor movement to a specified output. If the compositor is
|
||||||
running in nested mode, this does not take effect.
|
running in nested mode, this does not take effect.
|
||||||
-->
|
-->
|
||||||
<touch mapToOutput="" />
|
<touch deviceName="" mapToOutput="" />
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
The tablet cursor movement can be restricted to a single output.
|
The tablet cursor movement can be restricted to a single output.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue