mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-03-31 00:50:57 +03:00
proper frame events
This commit is contained in:
@@ -364,6 +364,9 @@ impl Dispatch<wl_pointer::WlPointer, ()> for App {
|
||||
let e = protocol::Event::Axis { t: time, a: (axis.into_result().unwrap()), v: value };
|
||||
app.connection.send_event(&e);
|
||||
}
|
||||
wl_pointer::Event::Frame {} => {
|
||||
app.connection.send_event(&protocol::Event::Frame{});
|
||||
}
|
||||
_ => (),
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user