The ControlFlow set on the EventLoopWindowTarget is currently ignored on Windows while a window is being resized.
As a result, the EventLoop is not resumed when it should during the resizing process when WaitUntil or Poll are set as the control flow.
Other platforms are unaffected and work as expected.
The
ControlFlowset on theEventLoopWindowTargetis currently ignored on Windows while a window is being resized.As a result, the
EventLoopis not resumed when it should during the resizing process whenWaitUntilorPollare set as the control flow.Other platforms are unaffected and work as expected.