wayland: implement wlr-virtual-pointer-unstable-v1
This commit is contained in:
parent
942c090195
commit
548a2bf478
15 changed files with 437 additions and 4 deletions
|
|
@ -676,7 +676,8 @@
|
|||
"workspace-manager",
|
||||
"foreign-toplevel-manager",
|
||||
"head-manager",
|
||||
"gamma-control-manager"
|
||||
"gamma-control-manager",
|
||||
"virtual-pointer"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1066,6 +1066,10 @@ The string should have one of the following values:
|
|||
|
||||
Grants access to the `zwlr_gamma_control_manager_v1` global.
|
||||
|
||||
- `virtual-pointer`:
|
||||
|
||||
Grants access to the `zwlr_virtual_pointer_manager_v1` global.
|
||||
|
||||
|
||||
#### An array
|
||||
|
||||
|
|
|
|||
|
|
@ -4485,6 +4485,9 @@ ClientCapabilities:
|
|||
- value: gamma-control-manager
|
||||
description: |
|
||||
Grants access to the `zwlr_gamma_control_manager_v1` global.
|
||||
- value: virtual-pointer
|
||||
description: |
|
||||
Grants access to the `zwlr_virtual_pointer_manager_v1` global.
|
||||
- kind: array
|
||||
description: An array of masks that are OR'd.
|
||||
items:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue