Logo


search API (or start typing anywhere)


SystemEventType

snow.types.SystemEventType defined in snow.types.Types


abstract of Int
to Int from Int
meta: @:enum


 


se_unknown

An unknown system event
se_init

An system init event
se_ready

An system ready event
se_tick

An system tick event
se_freeze

An system freeze event
se_unfreeze

An system unfreeze event
se_suspend

An system pause event
se_shutdown

An system shutdown event
se_window

An system window event
se_input

An system input event
se_quit

An system quit event. Initiated by user, can be cancelled/ignored
se_app_terminating

An system terminating event, called by the OS (mobile specific)
se_app_lowmemory

An system low memory event, clear memory if you can. Called by the OS (mobile specific)
se_app_willenterbackground

An event for just before the app enters the background, called by the OS (mobile specific)
se_app_didenterbackground

An event for when the app enters the background, called by the OS (mobile specific)
se_app_willenterforeground

An event for just before the app enters the foreground, called by the OS (mobile specific)
se_app_didenterforeground

An event for when the app enters the foreground, called by the OS (mobile specific)