mirror of
https://github.com/hyprwm/hyprland-protocols.git
synced 2026-05-09 02:38:01 +02:00
input-capture: add force_release event
This commit is contained in:
parent
7108e49318
commit
e44c054db7
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…
Add table
Reference in a new issue