diff --git a/src/wayland/seat/pointer.rs b/src/wayland/seat/pointer.rs index 8c8b1c5..10522e2 100644 --- a/src/wayland/seat/pointer.rs +++ b/src/wayland/seat/pointer.rs @@ -201,6 +201,11 @@ impl<'a> PointerAxisHandle<'a> { self } + /// Finish this event + /// + /// This will group all axis calls together. + /// Note: They are already submitted to the client, obmitting this call just + /// leaves room for additional events. pub fn done(&mut self) { self.inner.with_focused_pointers(|pointer, _| { if pointer.version() >= 5 {