WindowConfiguration

data class WindowConfiguration(val title: String = "OPENRNDR", val position: IntVector2? = null, val width: Int = 640, val height: Int = 480, val resizable: Boolean = false, val closable: Boolean = true, val alwaysOnTop: Boolean = false, val hideDecorations: Boolean = false, val transparent: Boolean = false, val multisample: WindowMultisample = WindowMultisample.Disabled, val fullscreen: Fullscreen = Fullscreen.DISABLED)(source)

Constructors

Link copied to clipboard
constructor(title: String = "OPENRNDR", position: IntVector2? = null, width: Int = 640, height: Int = 480, resizable: Boolean = false, closable: Boolean = true, alwaysOnTop: Boolean = false, hideDecorations: Boolean = false, transparent: Boolean = false, multisample: WindowMultisample = WindowMultisample.Disabled, fullscreen: Fullscreen = Fullscreen.DISABLED)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val height: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val width: Int