MouseEvent

data class MouseEvent(val position: Vector2, val rotation: Vector2, val dragDisplacement: Vector2, val type: MouseEventType, val button: MouseButton, val modifiers: Set<KeyModifier>)(source)

Mouse event message

Constructors

Link copied to clipboard
constructor(position: Vector2, rotation: Vector2, dragDisplacement: Vector2, type: MouseEventType, button: MouseButton, modifiers: Set<KeyModifier>)

Functions

Link copied to clipboard

cancel propagation of this MouseEvent message

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

specifies if the propagation of this event is cancelled

Link copied to clipboard
Link copied to clipboard