Bacon2D

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

StateDescription
Bacon2D.ActiveGame is active and the currentScene is not running
Bacon2D.InactiveGame is inactive
Bacon2D.RunningGame is active and the currentScene is running
Bacon2D.PausedGame is paused by user request.
Bacon2D.SuspendedGame is suspended, usually means the platform has stopped the process or the game is no longer focused.

See also Qt.ApplicationState.