WindowState

@Stable
interface WindowState(source)

Runtime state for a GLFW window.

Properties

Link copied to clipboard
abstract var isMinimized: Boolean

Whether the window is minimized.

Link copied to clipboard

How the window is placed on the screen.

Link copied to clipboard
abstract var position: WindowPosition

Current window position in screen coordinates, when supported by the display server.

Link copied to clipboard
abstract var size: DpSize

Current logical content-area size.