Send Awakened event on Android when event loop is woken up (#417)
This commit is contained in:
parent
f3d43016ad
commit
e6fefd5e93
2 changed files with 4 additions and 0 deletions
|
|
@ -106,6 +106,9 @@ impl EventsLoop {
|
|||
event: WindowEvent::Refresh,
|
||||
})
|
||||
}
|
||||
android_glue::Event::Wake => {
|
||||
Some(Event::Awakened)
|
||||
}
|
||||
_ => {
|
||||
None
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue