KeyboardEvent

class KeyboardEvent(val codepoint: Int, val shiftedCodepoint: Int = -1, val baseLayoutCodepoint: Int = -1, val modifiers: Int = 0, val eventType: Int = EventTypePress, val text: String? = null) : Event

Constructors

Link copied to clipboard
constructor(codepoint: Int, shiftedCodepoint: Int = -1, baseLayoutCodepoint: Int = -1, modifiers: Int = 0, eventType: Int = EventTypePress, text: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val modifiers: Int = 0
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val text: String? = null