1
0
Fork 0
forked from wry/wry

autocommit 2022-04-14 16:06:11 CEST

This commit is contained in:
Julian Orth 2022-04-14 16:06:11 +02:00
parent de199a740b
commit 35ddfbcbe3
14 changed files with 203 additions and 35 deletions

View file

@ -56,6 +56,7 @@ impl DeviceHandler {
}
if any_events {
seat.mark_last_active();
self.state.input_occurred();
}
} else {
while self.dev.event().is_some() {