summaryrefslogtreecommitdiffstats
path: root/protocol
diff options
context:
space:
mode:
authorJonas Ådahl <jadahl@gmail.com>2012-09-27 18:40:26 +0200
committerKristian Høgsberg <krh@bitplanet.net>2012-10-15 14:10:24 -0400
commit36e29df2cbbe44292765902d5fbbdd56bc7cf280 (patch)
tree2d82a1767f550baf74fae75fe7c9ae22a47b04bc /protocol
parentconfigure: Make documentation option work in fact (diff)
downloadwayland-36e29df2cbbe44292765902d5fbbdd56bc7cf280.tar
wayland-36e29df2cbbe44292765902d5fbbdd56bc7cf280.tar.gz
wayland-36e29df2cbbe44292765902d5fbbdd56bc7cf280.tar.bz2
wayland-36e29df2cbbe44292765902d5fbbdd56bc7cf280.tar.lz
wayland-36e29df2cbbe44292765902d5fbbdd56bc7cf280.tar.xz
wayland-36e29df2cbbe44292765902d5fbbdd56bc7cf280.tar.zst
wayland-36e29df2cbbe44292765902d5fbbdd56bc7cf280.zip
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>
Diffstat (limited to 'protocol')
-rw-r--r--protocol/wayland.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/protocol/wayland.xml b/protocol/wayland.xml
index 07fee80..48a0d77 100644
--- a/protocol/wayland.xml
+++ b/protocol/wayland.xml
@@ -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"/>