update wayfire-shell-v2

This commit is contained in:
Ilia Bozhinov 2019-08-29 21:43:15 +02:00
parent aa9e6e11fc
commit c41fe8eefc

View File

@ -73,10 +73,11 @@
<request name="create_hotspot"> <request name="create_hotspot">
<description summary="Create a hotspot on the output"> <description summary="Create a hotspot on the output">
A hotspot on the output is an edge or a corner region of the A hotspot on the output is an edge or a corner region of the
output where the mouse has been residing for a given amount of time. output where the mouse or touch point has been residing for a given
amount of time.
The hotspot can be used for example for autohiding panels, where the The hotspot can be used for example for autohiding panels, where the
panel is shown when the mouse hovers on the edge of the output for a panel is shown when the input hovers on the edge of the output for a
specific amount of time. specific amount of time.
</description> </description>
@ -90,12 +91,21 @@
<interface name="zwf_hotspot_v2" version="1"> <interface name="zwf_hotspot_v2" version="1">
<description summary="An edge of the output defined by 1 or 2 edges"/> <description summary="An edge of the output defined by 1 or 2 edges"/>
<event name="triggered"> <event name="enter">
<description summary="Hotspot was triggered"> <description summary="Hotspot was triggered">
Means that the mouse was inside the indicated hotspot for the given Means that the mouse and/or touch finger was inside the indicated
amount of time. hotspot for the given amount of time.
Emitted at most once for each entry of the mouse inside the hotspot. Emitted at most once for each entry of the input inside the hotspot.
</description>
</event>
<event name="leave">
<description summary="Input left hotspot">
This event indicates that the mouse or touch point has left the hotspot
area.
Emitted only once after each enter.
</description> </description>
</event> </event>
</interface> </interface>