DesktopWindowState
@Serializable
Constructors
Link copied to clipboard
constructor(windowWidth: Int = DEFAULT_WIDTH, windowHeight: Int = DEFAULT_HEIGHT, windowX: Int = 0, windowY: Int = 0, windowPlacement: WindowPlacement = WindowPlacement.Floating)
Types
Functions
Link copied to clipboard
fun isWindowPositionVisible(minVisibleWidthPercent: Float = 0.5f, minVisibleHeightPercent: Float = 0.5f): Boolean
Link copied to clipboard