desktop: Update winit to 0.29.10 and egui to 0.25.0#14703
desktop: Update winit to 0.29.10 and egui to 0.25.0#14703Dinnerbone merged 1 commit intoruffle-rs:masterfrom
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.