State QML Type
This enum type is used to specify the current state of the game. More...
Import Statement: | import Bacon2D 1.0 |
Detailed Description
State | Description |
---|---|
Bacon2D.Active | Game is active and the currentScene is not running |
Bacon2D.Inactive | Game is inactive |
Bacon2D.Running | Game is active and the currentScene is running |
Bacon2D.Paused | Game is paused by user request. |
Bacon2D.Suspended | Game is suspended, usually means the platform has stopped the process or the game is no longer focused. |
See also Qt.ApplicationState.