k3lp Documentation
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
k3lp 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
displayString
:
String
)
(
source
)
Members
Constructors
K3Computed
Key
Link copied to clipboard
constructor
(
x
:
Int
,
y
:
Int
,
width
:
Int
,
height
:
Int
,
data
:
K3Key
,
displayString
:
String
)
Properties
data
Link copied to clipboard
val
data
:
K3Key
display
String
Link copied to clipboard
val
displayString
:
String
height
Link copied to clipboard
val
height
:
Int
width
Link copied to clipboard
val
width
:
Int
x
Link copied to clipboard
val
x
:
Int
y
Link copied to clipboard
val
y
:
Int