Change Suspended(true/false) => Suspended/Resumed (#959)

This commit is contained in:
Felix Rabe 2019-06-22 04:59:31 +02:00 committed by Hal Gentz
parent 1193cada46
commit f457c6a0b8
6 changed files with 17 additions and 13 deletions

View file

@ -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