Documentation
Toggle table of contents
dev
Select version
0.0.0-a04-SNAPSHOT
dev
common
Target filter
common
Switch theme
Search in API
Skip to content
Documentation
core
/
org.k3lp.runtime
/
K3ComputedKey
K3Computed
Key
data
class
K3ComputedKey
(
val
x
:
Int
,
val
y
:
Int
,
val
width
:
Int
,
val
height
:
Int
,
val
data
:
K3Key
,
val
keytop
:
K3StringOrDescriptor
)
(
source
)
Members
Constructors
K3Computed
Key
Link copied to clipboard
constructor
(
x
:
Int
,
y
:
Int
,
width
:
Int
,
height
:
Int
,
data
:
K3Key
,
keytop
:
K3StringOrDescriptor
)
Properties
data
Link copied to clipboard
val
data
:
K3Key
height
Link copied to clipboard
val
height
:
Int
keytop
Link copied to clipboard
val
keytop
:
K3StringOrDescriptor
width
Link copied to clipboard
val
width
:
Int
x
Link copied to clipboard
val
x
:
Int
y
Link copied to clipboard
val
y
:
Int