Window
Composes a GLFW window in the current application composition.
Parameters
called when the user requests that the native window should close. The application decides whether to remove this Window from the composition or exit entirely.
state used to control and observe runtime window attributes.
whether the native window is visible.
title shown in the window decoration, when the display server provides one.
whether to request a window without native decorations.
whether the window content framebuffer should include alpha.
whether the user can resize the window.
whether the window reacts to input events.
whether the window should receive focus when shown.
whether the window stays above other normal windows.
key event callback invoked before the event is sent to Compose content.
key event callback invoked if Compose content does not consume the event.
GLFW host options for this window.
Compose content shown inside the window.