ConsoleCommands / org.lazywizard.console / ConsoleSettings / Keystroke

Keystroke

class Keystroke

Constructors

<init>

Keystroke(keyCode: Int, ctrl: Boolean, alt: Boolean, shift: Boolean)

Properties

alt

val alt: Boolean

ctrl

val ctrl: Boolean

keyCode

val keyCode: Int

shift

val shift: Boolean

Functions

isPressed

fun isPressed(): Boolean

toString

fun toString(): String