ActionFromKey

enum ActionFromKey : Enum<ActionFromKey>

Actions which can be bound to a key on the keyboard.

Entries

Link copied to clipboard
ONE_STEP("Forward one step")
Link copied to clipboard
PLAY_AND_PAUSE("Play and Pause")
Link copied to clipboard
EDIT("Edit")
Link copied to clipboard
MOVE("Move")
Link copied to clipboard
DELETE("Delete")
Link copied to clipboard
PAN_WEST("Pan west")
Link copied to clipboard
PAN_EAST("Pan east")
Link copied to clipboard
PAN_SOUTH("Pan south")
Link copied to clipboard
PAN_NORTH("Pan north")
Link copied to clipboard
MODIFIER_SHIFT("Shift modifier")
Link copied to clipboard
MODIFIER_CONTROL("Control modifier")

Functions

Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int