alchemist
alchemist
/
it.unibo.alchemist.input
/
ActionFromKey
Action
From
Key
enum
ActionFromKey
:
Enum
<
ActionFromKey
>
Content copied to clipboard
Actions which can be bound to a key on the keyboard.
Entries
Functions
Properties
Entries
ONE_STEP
Link copied to clipboard
ONE_STEP
(
"Forward one step"
)
Content copied to clipboard
PLAY_AND_PAUSE
Link copied to clipboard
PLAY_AND_PAUSE
(
"Play and Pause"
)
Content copied to clipboard
EDIT
Link copied to clipboard
EDIT
(
"Edit"
)
Content copied to clipboard
MOVE
Link copied to clipboard
MOVE
(
"Move"
)
Content copied to clipboard
DELETE
Link copied to clipboard
DELETE
(
"Delete"
)
Content copied to clipboard
PAN_WEST
Link copied to clipboard
PAN_WEST
(
"Pan west"
)
Content copied to clipboard
PAN_EAST
Link copied to clipboard
PAN_EAST
(
"Pan east"
)
Content copied to clipboard
PAN_SOUTH
Link copied to clipboard
PAN_SOUTH
(
"Pan south"
)
Content copied to clipboard
PAN_NORTH
Link copied to clipboard
PAN_NORTH
(
"Pan north"
)
Content copied to clipboard
MODIFIER_SHIFT
Link copied to clipboard
MODIFIER_SHIFT
(
"Shift modifier"
)
Content copied to clipboard
MODIFIER_CONTROL
Link copied to clipboard
MODIFIER_CONTROL
(
"Control modifier"
)
Content copied to clipboard
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Content copied to clipboard
Properties
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
ordinal
Link copied to clipboard
val
ordinal
:
Int
Content copied to clipboard