DesktopWindowState

@Serializable
data class DesktopWindowState(val windowWidth: Int = DEFAULT_WIDTH, val windowHeight: Int = DEFAULT_HEIGHT, val windowX: Int = 0, val windowY: Int = 0, val windowPlacement: WindowPlacement = WindowPlacement.Floating)

Constructors

Link copied to clipboard
constructor(windowWidth: Int = DEFAULT_WIDTH, windowHeight: Int = DEFAULT_HEIGHT, windowX: Int = 0, windowY: Int = 0, windowPlacement: WindowPlacement = WindowPlacement.Floating)
constructor(windowState: WindowState)

Types

Link copied to clipboard
object Companion
Link copied to clipboard
object CONVERTER : SettingsConverter<DesktopWindowState, String>

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun isWindowPositionVisible(minVisibleWidthPercent: Float = 0.5f, minVisibleHeightPercent: Float = 0.5f): Boolean
Link copied to clipboard
open override fun toString(): String
Link copied to clipboard