Companion

object Companion

Functions

create
Link copied to clipboard
common
fun create(type: KeyboardEventType? = null, key: String? = null, code: KeyCode? = null, ctrlDown: Boolean? = null, altDown: Boolean? = null, metaDown: Boolean? = null, shiftDown: Boolean? = null): KeyboardEventMatcher
equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
toString
Link copied to clipboard
common
open fun toString(): String

Sources

(source)
Link copied to clipboard