From c41fe8eefc49b75e2807401bd679cf4ae5ffd8f9 Mon Sep 17 00:00:00 2001 From: Ilia Bozhinov Date: Thu, 29 Aug 2019 21:43:15 +0200 Subject: [PATCH] update wayfire-shell-v2 --- proto/wayfire-shell-unstable-v2.xml | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) 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.