Implement win32 workaround for multi_window application as well. Also trigger AboutToWait for Moved as well.
This commit is contained in:
parent
dc2cba9264
commit
3a80fece32
2 changed files with 32 additions and 3 deletions
|
|
@ -250,7 +250,8 @@ where
|
|||
if matches!(
|
||||
event,
|
||||
winit::event::Event::WindowEvent {
|
||||
event: winit::event::WindowEvent::Resized(_),
|
||||
event: winit::event::WindowEvent::Resized(_)
|
||||
| winit::event::WindowEvent::Moved(_),
|
||||
..
|
||||
}
|
||||
) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue