aboutsummaryrefslogtreecommitdiff
path: root/src/input.rs
diff options
context:
space:
mode:
authorIvan Molodetskikh <yalterz@gmail.com>2023-09-27 15:31:40 +0400
committerIvan Molodetskikh <yalterz@gmail.com>2023-09-27 15:31:40 +0400
commit1085ea99ff09986915c71cc158a7f29e36851334 (patch)
treedf30d3403036327f841a742ae34f5a87d63b5886 /src/input.rs
parent06d15e4adc427bafd24571495627d6ee5a15fc03 (diff)
downloadniri-1085ea99ff09986915c71cc158a7f29e36851334.tar.gz
niri-1085ea99ff09986915c71cc158a7f29e36851334.tar.bz2
niri-1085ea99ff09986915c71cc158a7f29e36851334.zip
Send pointer.frame() after pointer.button()
Diffstat (limited to 'src/input.rs')
-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();