Pixel Dust Game Engine  v0.9.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups
Public Attributes | List of all members
ShutdownInfo Struct Reference

Public Attributes

long exitReason
 the reason the application is being told to shutdown
 
long exitCode
 the exit code that will be returned to the OS
 

Detailed Description

Event Data for eventType_Shutdown. This is the last event your game will receive from the Pixel Dust Games Framework.

Member Data Documentation

long exitCode

the exit code that will be returned to the OS

long exitReason

the reason the application is being told to shutdown