Events

Finished Loading

This event fires when the web page has finished loading. This event can be utilized to show your window only when the content has fully loaded, to prevent from showing a blank loading screen.


Message Received

Fires when a message is received by the window. This will output the message and sender window ID to the "Message From Window" state, and "Message From Window ID" state.


Closed

This event fires when a window has been fully closed.


Unfocused

Fires when the window is no longer focused by the user.


Focused

Fires when the window regains focus.


Maximized

Fires when the window is maximized.


Unmaximized

Fires when the window is unmaximized.


Fullscreened

Fires when the window is put into a fullscreen state.


Unfullscreened

Fires when the window is no longer in fullscreen mode.


Exit Attempted

Fires when the window is not marked as "closable", but the user attempts to close the window.


Moved

Fires when the window is moved across the screen. Note this event can only fire every 50ms.


Resized

Fires when the window size changes. Note this event can only fire every 50ms.


Hidden

Fires when the window is put into a hidden state.


Shown

Fires when the window is shown from a hidden or minimized state.