SystemPointerEvent

class SystemPointerEvent constructor(id: Int, val type: SystemPointerEvent.Type, val location: Point, val buttons: Set<SystemPointerEvent.Button>, val clickCount: Int, val modifiers: Set<SystemInputEvent.Modifier>, val nativeScrollPanel: Boolean = false) : SystemInputEvent

Constructors

Link copied to clipboard
constructor(id: Int, type: SystemPointerEvent.Type, location: Point, buttons: Set<SystemPointerEvent.Button>, clickCount: Int, modifiers: Set<SystemInputEvent.Modifier>, nativeScrollPanel: Boolean = false)

Types

Link copied to clipboard
Link copied to clipboard

Properties

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

Inherited properties

Link copied to clipboard

Indicates whether the event has been consumed.

Link copied to clipboard
Link copied to clipboard
val source: Any?

Inherited functions

Link copied to clipboard
fun consume()

Sets an event's state to consumed. Consuming an event prevents other listeners and the OS from handling it.

Link copied to clipboard
operator fun contains(modifier: SystemInputEvent.Modifier): Boolean
operator fun contains(modifiers: Set<SystemInputEvent.Modifier>): Boolean
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String