Skip to content

WindowHiddenEvent() Constructor

Definition

Namespace: Brine2D.Events

Raised when the window is hidden from the user \(e\.g\., system sleep, lock screen, or display off\). Rendering is suspended until WindowShownEvent is received.

C#
public WindowHiddenEvent();