We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cca095d commit e4c1f7cCopy full SHA for e4c1f7c
1 file changed
src/backlight.rs
@@ -52,7 +52,7 @@ impl BacklightManager {
52
}
53
pub fn process_event(&mut self, event: &Event) {
54
match event {
55
- Event::Keyboard(_) | Event::Pointer(_) | Event::Touch(_) => {
+ Event::Keyboard(_) | Event::Pointer(_) | Event::Gesture(_) | Event::Touch(_) => {
56
self.last_active = Instant::now();
57
},
58
Event::Switch(SwitchEvent::Toggle(toggle)) => {
0 commit comments