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)