aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/input.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/input.rs b/src/input.rs
index dc443365..52b65937 100644
--- a/src/input.rs
+++ b/src/input.rs
@@ -447,6 +447,7 @@ impl State {
time: event.time_msec(),
},
);
+ pointer.frame(self);
}
InputEvent::PointerAxis { event, .. } => {
let source = event.source();