mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-04-14 04:51:29 +03:00
committed by
GitHub
parent
973360a774
commit
1f0d386d4a
@@ -125,6 +125,9 @@ impl InputEmulation for X11Emulation {
|
||||
} => {
|
||||
self.emulate_scroll(axis, value);
|
||||
}
|
||||
PointerEvent::AxisDiscrete120 { axis, value } => {
|
||||
self.emulate_scroll(axis, value as f64);
|
||||
}
|
||||
PointerEvent::Frame {} => {}
|
||||
},
|
||||
Event::Keyboard(KeyboardEvent::Key {
|
||||
|
||||
Reference in New Issue
Block a user