WindowState

data class WindowState(width: Int, height: Int)

Functions

component1
Link copied to clipboard
operator fun component1(): Int
component2
Link copied to clipboard
operator fun component2(): Int
copy
Link copied to clipboard
fun copy(width: Int = 900, height: Int = 600): WindowState
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

height
Link copied to clipboard
val height: Int = 600
width
Link copied to clipboard
val width: Int = 900

Sources

jvm source
Link copied to clipboard