UIEvent

interface UIEvent

An UIEvent represents an event which happens on the UI and supports event propagation (see UIEventPhase).

Functions

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

Properties

type
Link copied to clipboard
common
abstract val type: UIEventType

Inheritors

ComponentEvent
Link copied to clipboard
KeyboardEvent
Link copied to clipboard
MouseEvent
Link copied to clipboard

Sources

(source)
Link copied to clipboard