Keyboard Event Matcher
data class KeyboardEventMatcher(type: KeyboardEventType?, key: String?, code: KeyCode?, ctrlDown: Boolean?, altDown: Boolean?, metaDown: Boolean?, shiftDown: Boolean?)
Content copied to clipboard
Types
Functions
component1
Link copied to clipboard
component2
Link copied to clipboard
component3
Link copied to clipboard
component4
Link copied to clipboard
component5
Link copied to clipboard
component6
Link copied to clipboard
component7
Link copied to clipboard
copy
Link copied to clipboard
fun copy(type: KeyboardEventType? = null, key: String? = null, code: KeyCode? = null, ctrlDown: Boolean? = null, altDown: Boolean? = null, metaDown: Boolean? = null, shiftDown: Boolean? = null): KeyboardEventMatcher
Content copied to clipboard
matches
Link copied to clipboard
Properties
Sources
(source)
Link copied to clipboard