From 36e29df2cbbe44292765902d5fbbdd56bc7cf280 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20=C3=85dahl?= Date: Thu, 27 Sep 2012 18:40:26 +0200 Subject: [PATCH] protocol: Clarify pointer axis event MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Pointer axis events are in the same coordinate space as motion events. Signed-off-by: Jonas Ã…dahl --- protocol/wayland.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/protocol/wayland.xml b/protocol/wayland.xml index 07fee80e..48a0d778 100644 --- a/protocol/wayland.xml +++ b/protocol/wayland.xml @@ -987,7 +987,10 @@ - Scroll and other axis notifications. + Scroll and other axis notifications. The value parameter + is the length of a vector along an axis in a coordinate space + identical to those of motion events, representing the relative + movement along an axis.