skrypton-api / com.waicool20.skrypton.enums / KeyEventType

KeyEventType

enum class KeyEventType

Represents a type of Key Event, see here for more information.

Enum Values

KeyPress

KeyRelease

ShortcutOverride

Properties

id

val id: Int

Companion Object Functions

getForId

fun getForId(id: Int): KeyEventType

Finds a KeyEventType with the given id.