Merge branch 'relative-motion-frame' into 'main'

relative-pointer: Mention interaction with `wl_pointer.frame`

See merge request wayland/wayland-protocols!245
This commit is contained in:
Ian Douglas Scott 2026-04-24 19:06:01 +00:00
commit 30ba375879

View file

@ -114,6 +114,10 @@
relative motion. The order of an absolute and relative motion event
originating from the same physical motion is not guaranteed.
If wl_pointer has version 5 or later, relative motion will be followed
by wl_pointer.frame. If sent in combination with wl_pointer.motion,
both will be part of the same frame.
If the client needs button events or focus state, it can receive them
from a wl_pointer object of the same seat that the wp_relative_pointer
object is associated with.