diff --git a/proto/wayfire-shell-unstable-v2.xml b/proto/wayfire-shell-unstable-v2.xml index 8a9d9e6..7c7b087 100644 --- a/proto/wayfire-shell-unstable-v2.xml +++ b/proto/wayfire-shell-unstable-v2.xml @@ -73,10 +73,11 @@ 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. @@ -90,12 +91,21 @@ - + - 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. + + + + + + This event indicates that the mouse or touch point has left the hotspot + area. + + Emitted only once after each enter.