windows: impl back and forward mouse buttons

This commit is contained in:
Ferdinand Schober
2024-04-12 15:28:05 +02:00
parent ccb201ea53
commit 633d2c346e
4 changed files with 61 additions and 13 deletions

View File

@@ -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 => {