-
-
Notifications
You must be signed in to change notification settings - Fork 816
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
desktop: Update winit to 0.29.10 and egui to 0.25.0 #14703
Conversation
I think the resizing logic also changed, at least on Linux+Wayland: We no longer get a resize event after setting the window size ourselves. AFAIK, will test. |
And thank you for taking this over! 😊 |
Unfortunately, does not (currently) fix #8870. |
Unfortunately this breaks the Ctrl-A, Ctrl-C and Ctrl-V text control inputs implemented in #11059 😦 |
Seems to have been an undocumented breaking change in egui. Opened emilk/egui#3812 and rebased this PR to use that for now |
I was wondering why EDIT: There you go: #14730 |
EDIT: Or we can wait for the |
Oh, it seems like mouse move events are being passed to the movie even when I'm navigating the |
Meanwhile, |
Winit |
Yes, that. |
675508e
to
abad743
Compare
It's somewhat unfortunate that we have to switch to an |
Supersedes #13731
Testing of text and key inputs is requested, everything changed about those.