Add missing documentation for former Drop call

This commit is contained in:
Drakulix 2018-03-22 16:21:40 +01:00
parent 23f8a2c8ee
commit 19300f0d54
1 changed files with 5 additions and 0 deletions

View File

@ -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 {