mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-01 22:58:40 -04:00
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:
parent
008760822b
commit
36e29df2cb
1 changed files with 4 additions and 1 deletions
|
|
@ -987,7 +987,10 @@
|
||||||
|
|
||||||
<event name="axis">
|
<event name="axis">
|
||||||
<description summary="axis event">
|
<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>
|
</description>
|
||||||
|
|
||||||
<arg name="time" type="uint"/>
|
<arg name="time" type="uint"/>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue