From fc2358c1098cc3716629ebf1ec8e8e5367bbd2e8 Mon Sep 17 00:00:00 2001 From: Louis Goyard Date: Tue, 12 Mar 2024 00:06:26 +0900 Subject: [PATCH] tablet-v2: add axis event to tablet_tool Signed-off-by: Louis Goyard --- stable/tablet/tablet-v2.xml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/stable/tablet/tablet-v2.xml b/stable/tablet/tablet-v2.xml index 55cd78e..eb7575c 100644 --- a/stable/tablet/tablet-v2.xml +++ b/stable/tablet/tablet-v2.xml @@ -565,6 +565,34 @@ + + + + Describes the axis types of scroll events. + + + + + + + + Scroll and other axis notifications. + + For scroll events (vertical and horizontal scroll axes), the + value parameter is the length of a vector along the specified + axis in a coordinate space identical to those of motion events, + representing a relative movement along the specified axis. + + For devices that support movements non-parallel to axes multiple + axis events will be emitted. + + When applicable, a client can transform its content relative to the + scroll distance. + + + + +