glok
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
glok
glok-core
/
uk.co.nickthecoder.glok.control
/
Slider2d
/
Slider2DCommands
Slider2DCommands
object
Slider2DCommands
:
Commands
Members
Properties
commands
Link copied to clipboard
val
commands
:
MutableMap
<
String
,
Command
>
DOWN
Link copied to clipboard
val
DOWN
:
Command
icons
Link copied to clipboard
var
icons
:
NamedImages
?
LEFT
Link copied to clipboard
val
LEFT
:
Command
RIGHT
Link copied to clipboard
val
RIGHT
:
Command
UP
Link copied to clipboard
val
UP
:
Command
Functions
define
Link copied to clipboard
fun
define
(
name
:
String
,
text
:
String
,
keyCombination
:
KeyCombination
?
=
null
,
tooltip
:
String
?
=
null
)
:
Command
Adds a single
Command
to the map (
commands
).
fun
define
(
name
:
String
,
text
:
String
,
keyCombination
:
KeyCombination
?
=
null
,
tooltip
:
String
?
=
null
,
block
:
Command
.
(
)
->
Unit
)
:
Command