-
Notifications
You must be signed in to change notification settings - Fork 373
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On Web, implement navigating back/forward with mouse buttons #5792
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
I assume that means you have tested it? (I have no mouse to test it with) |
just tried it with my back/forward button blessed mouse and it works (firefox, mac) |
@@ -1320,6 +1320,22 @@ impl eframe::App for App { | |||
.add(egui_ctx.input(|i| i.time), seconds); | |||
} | |||
|
|||
#[cfg(target_arch = "wasm32")] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
actually why not also on native 🤔
although tbf I would have expect those buttons to change selection in the selection history
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
…which would be nice, but a different and bigger task
What
By popular request
Checklist
main
build: rerun.io/viewernightly
build: rerun.io/viewer