mirror of
https://github.com/WayfireWM/wf-osk.git
synced 2025-04-05 04:46:45 +02:00
update wayfire-shell-v2
This commit is contained in:
parent
aa9e6e11fc
commit
c41fe8eefc
@ -73,10 +73,11 @@
|
||||
<request name="create_hotspot">
|
||||
<description summary="Create a hotspot on the output">
|
||||
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
|
||||
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.
|
||||
</description>
|
||||
|
||||
@ -90,12 +91,21 @@
|
||||
<interface name="zwf_hotspot_v2" version="1">
|
||||
<description summary="An edge of the output defined by 1 or 2 edges"/>
|
||||
|
||||
<event name="triggered">
|
||||
<event name="enter">
|
||||
<description summary="Hotspot was triggered">
|
||||
Means that the mouse was inside the indicated hotspot for the given
|
||||
amount of time.
|
||||
Means that the mouse and/or touch finger was inside the indicated
|
||||
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>
|
||||
</event>
|
||||
</interface>
|
||||
|
Loading…
x
Reference in New Issue
Block a user