protocol: Clarify pointer axis event
authorJonas Ådahl <jadahl@gmail.com>
Thu, 27 Sep 2012 16:40:26 +0000 (18:40 +0200)
committerKristian Høgsberg <krh@bitplanet.net>
Mon, 15 Oct 2012 18:10:24 +0000 (14:10 -0400)
Pointer axis events are in the same coordinate space as motion events.

Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
protocol/wayland.xml

index 07fee80..48a0d77 100644 (file)
 
     <event name="axis">
       <description summary="axis event">
-       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.
       </description>
 
       <arg name="time" type="uint"/>