WakeUp doesn't unfreeze systems when dragging #17488
Labels
A-Windowing
Platform-agnostic interface layer to run your app in
C-Bug
An unexpected or incorrect behavior
D-Straightforward
Simple bug fixes and API improvements, docs, test and examples
O-Windows
Specific to the Windows desktop operating system
P-Regression
Functionality that used to work but no longer does. Add a test for this!
S-Needs-Investigation
This issue requires detective work to figure out what's going wrong
Bevy version
0.15.1
Relevant system information
Windows 11
What you did
We stuff the
EventLoopProxy
into a static, so that we can wake the app remotely from a seperate threadWhat went wrong
The systems do not wake under some conditions, such as dragging the window, or winit's
drag_resize_window
.Additional information
Appears to work ok on Linux.
I am not entirely sure if this is a bevy issue, a winit issue, or a Win11 issue.
Originally reproduced for 14.2, updated to 15.1 and it is still possible to reproduce.
Minimal Repro
The text was updated successfully, but these errors were encountered: