mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-29 05:40:16 -04:00
protocol: minor clarification for axis_discrete events
Explicitly spell out that multiple axis_discrete events *for the same axis* within the same wl_pointer.frame are not permitted. References: https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/911#note_1438099 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
c7fc1e79ca
commit
68842b3403
1 changed files with 2 additions and 1 deletions
|
|
@ -2231,7 +2231,8 @@
|
|||
axis number within the same wl_pointer.frame. Note that the protocol
|
||||
allows for other events to occur between the axis_discrete and
|
||||
its coupled axis event, including other axis_discrete or axis
|
||||
events.
|
||||
events. A wl_pointer.frame must not contain more than one axis_discrete
|
||||
event per axis type.
|
||||
|
||||
This event is optional; continuous scrolling devices
|
||||
like two-finger scrolling on touchpads do not have discrete
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue