Add missing documentation for former Drop call
This commit is contained in:
parent
23f8a2c8ee
commit
19300f0d54
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue