mirror of
https://github.com/labwc/labwc.git
synced 2026-04-11 08:21:13 -04:00
Add mouseEmulation parameter to touch devices
This commit is contained in:
parent
1dadb12807
commit
1fa320cb99
6 changed files with 22 additions and 3 deletions
|
|
@ -484,8 +484,11 @@
|
|||
|
||||
Direct cursor movement to a specified output. If the compositor is
|
||||
running in nested mode, this does not take effect.
|
||||
|
||||
If mouseEmulation is enabled, all touch up/down/motion events are
|
||||
translated to mouse button and motion events.
|
||||
-->
|
||||
<touch deviceName="" mapToOutput="" />
|
||||
<touch deviceName="" mapToOutput="" mouseEmulation="no"/>
|
||||
|
||||
<!--
|
||||
The tablet cursor movement can be restricted to a single output.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue