diff options
author | Jonas Ådahl <jadahl@gmail.com> | 2012-09-27 18:40:26 +0200 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2012-10-15 14:10:24 -0400 |
commit | 36e29df2cbbe44292765902d5fbbdd56bc7cf280 (patch) | |
tree | 2d82a1767f550baf74fae75fe7c9ae22a47b04bc /protocol | |
parent | 008760822b973ff1f8122533787a4dadeed7e2a8 (diff) |
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.xml | 5 |
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"/> |