Logo


search API (or start typing anywhere)


WindowEventType

snow.types.WindowEventType defined in snow.types.Types


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


 


we_unknown

An unknown window event
we_shown

The window is shown
we_hidden

The window is hidden
we_exposed

The window is exposed
we_moved

The window is moved
we_resized

The window is resized, by the user or code.
we_size_changed

The window is resized, by the OS or internals.
we_minimized

The window is minimized
we_maximized

The window is maximized
we_restored

The window is restored
we_enter

The window is entered by a mouse
we_leave

The window is left by a mouse
we_focus_gained

The window has gained focus
we_focus_lost

The window has lost focus
we_close

The window is being closed/hidden