mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-30 05:10:03 -04:00
Send Awakened event on Android when event loop is woken up (#417)
This commit is contained in:
committed by
Pierre Krieger
parent
f3d43016ad
commit
e6fefd5e93
@@ -106,6 +106,9 @@ impl EventsLoop {
|
||||
event: WindowEvent::Refresh,
|
||||
})
|
||||
}
|
||||
android_glue::Event::Wake => {
|
||||
Some(Event::Awakened)
|
||||
}
|
||||
_ => {
|
||||
None
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user