enum class KeyEventType
Represents a type of Key Event, see here for more information.
KeyPress
KeyRelease
ShortcutOverride
id
val id: Int
getForId
fun getForId(id: Int): KeyEventType
Finds a KeyEventType with the given id.