MouseEvent

data class MouseEvent(type: MouseEventType, button: Int, position: Position) : UIEvent

Functions

component1
Link copied to clipboard
common
operator fun component1(): MouseEventType
component2
Link copied to clipboard
common
operator fun component2(): Int
component3
Link copied to clipboard
common
operator fun component3(): Position
copy
Link copied to clipboard
common
fun copy(type: MouseEventType, button: Int, position: Position): MouseEvent
equals
Link copied to clipboard
common
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open override fun hashCode(): Int
toString
Link copied to clipboard
common
open override fun toString(): String

Properties

button
Link copied to clipboard
common
val button: Int
position
Link copied to clipboard
common
val position: Position
type
Link copied to clipboard
common
open override val type: MouseEventType

Sources

(source)
Link copied to clipboard