diff --git a/src/mouse_reporter.rs b/src/mouse_reporter.rs index 40ec38f..1305240 100644 --- a/src/mouse_reporter.rs +++ b/src/mouse_reporter.rs @@ -11,6 +11,8 @@ const SCROLL_SPEED: u32 = 3; pub struct MouseReporter { last_movment_x: Option, last_movment_y: Option, + accumulated_scroll_x: f32, + accumulated_scroll_y: f32, button: Option