mirror of
https://github.com/hyprwm/hyprland-protocols.git
synced 2024-11-08 06:45:59 +01:00
input-capture: add force_release event
This commit is contained in:
parent
f078c73c46
commit
0c7cf263fa
1 changed files with 7 additions and 0 deletions
|
@ -59,6 +59,13 @@
|
|||
</description>
|
||||
</request>
|
||||
|
||||
<event name="force_release">
|
||||
<description summary="force release">
|
||||
This event is triggered by the compositor to tell that he has
|
||||
released the capture of inputs
|
||||
</description>
|
||||
</event>
|
||||
|
||||
<event name="motion">
|
||||
<description summary="pointer motion">
|
||||
Notification of pointer location change.
|
||||
|
|
Loading…
Reference in a new issue