K3ComputedKey

data class K3ComputedKey(val x: Int, val y: Int, val width: Int, val height: Int, val data: K3Key, val displayString: String)(source)

Constructors

Link copied to clipboard
constructor(x: Int, y: Int, width: Int, height: Int, data: K3Key, displayString: String)

Properties

Link copied to clipboard
val data: K3Key
Link copied to clipboard
Link copied to clipboard
val height: Int
Link copied to clipboard
val width: Int
Link copied to clipboard
val x: Int
Link copied to clipboard
val y: Int