Change Suspended(true/false) => Suspended/Resumed (#959)
This commit is contained in:
parent
1193cada46
commit
f457c6a0b8
6 changed files with 17 additions and 13 deletions
|
|
@ -46,8 +46,8 @@
|
|||
//!
|
||||
//! This is how those event are represented in winit:
|
||||
//!
|
||||
//! - applicationDidBecomeActive is Suspended(false)
|
||||
//! - applicationWillResignActive is Suspended(true)
|
||||
//! - applicationDidBecomeActive is Resumed
|
||||
//! - applicationWillResignActive is Suspended
|
||||
//! - applicationWillTerminate is LoopDestroyed
|
||||
//!
|
||||
//! Keep in mind that after LoopDestroyed event is received every attempt to draw with
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue