mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-29 05:40:16 -04:00
protocol: mark wl_pointer.axis_discrete as deprecated
Since version 8, this event isn't sent anymore. Signed-off-by: Simon Ser <contact@emersion.fr>
This commit is contained in:
parent
ee12e69b8f
commit
da8e1bbc45
1 changed files with 1 additions and 1 deletions
|
|
@ -2296,7 +2296,7 @@
|
|||
<arg name="axis" type="uint" enum="axis" summary="the axis stopped with this event"/>
|
||||
</event>
|
||||
|
||||
<event name="axis_discrete" since="5">
|
||||
<event name="axis_discrete" since="5" deprecated-since="8">
|
||||
<description summary="axis click event">
|
||||
Discrete step information for scroll and other axes.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue