protocol: Clarify pointer axis event

Pointer axis events are in the same coordinate space as motion events.

Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
This commit is contained in:
Jonas Ådahl 2012-09-27 18:40:26 +02:00 committed by Kristian Høgsberg
parent 008760822b
commit 36e29df2cb

View file

@ -987,7 +987,10 @@
<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"/>