mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-03-10 23:00:55 +03:00
windows: impl back and forward mouse buttons
This commit is contained in:
@@ -177,7 +177,7 @@ async fn handle_udp_rx(
|
||||
if !ignore_event {
|
||||
// consume event
|
||||
emulate.consume(event, handle).await;
|
||||
log::trace!("{event:?} => emulate");
|
||||
log::trace!("{event} => emulate");
|
||||
}
|
||||
}
|
||||
State::AwaitingLeave => {
|
||||
|
||||
Reference in New Issue
Block a user