We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Event::Zoom is now never sent via Context::input for ctrl + scroll wheel.
Event::Zoom
Context::input
To Reproduce Steps to reproduce the behavior:
Context:input
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered:
This is actually expected behavior, though I forgot to mention it in the 0.28 migration guide (will fix!).
In #4524 I changed the behavior of ctrl-scroll to no longer emit Zoom events in the integration. Instead zooming is handled in egui:
Zoom
egui
egui/crates/egui/src/input_state.rs
Line 264 in 8bf498d
As a user, you should use InputState::smooth_scroll_delta or InputState::raw_scroll_delta.
InputState::smooth_scroll_delta
InputState::raw_scroll_delta
Sorry, something went wrong.
Better documentation for Event::Zoom (#4778)
042e1ad
* Closes #4777 Also add this to the 0.28 migration guide.
Better documentation for Event::Zoom (emilk#4778)
7a3fd35
* Closes emilk#4777 Also add this to the 0.28 migration guide.
Successfully merging a pull request may close this issue.
Describe the bug
Event::Zoom
is now never sent viaContext::input
for ctrl + scroll wheel.To Reproduce
Steps to reproduce the behavior:
Context:input
and specifically look forEvent::Zoom
Event::Zoom
is never receivedDesktop (please complete the following information):
The text was updated successfully, but these errors were encountered: