Dispatch Mouse Event Request
@Serializable
Request object containing input parameters for the InputDomain.dispatchMouseEvent command.
Constructors
Link copied to clipboard
constructor(type: MouseEventType, x: Double, y: Double, modifiers: Int? = null, timestamp: TimeSinceEpoch? = null, button: MouseButton? = null, buttons: Int? = null, clickCount: Int? = null, force: Double? = null, tangentialPressure: Double? = null, tiltX: Int? = null, tiltY: Int? = null, twist: Int? = null, deltaX: Double? = null, deltaY: Double? = null, pointerType: MouseEventPointerType? = null)
Properties
Link copied to clipboard
Mouse button (default: "none").
Link copied to clipboard
Number of times the mouse button was clicked (default: 0).
Link copied to clipboard
Pointer type (default: "mouse").
Link copied to clipboard
The normalized tangential pressure, which has a range of -1,1 (default: 0).
Link copied to clipboard
Time at which the event occurred.
Link copied to clipboard
Type of the mouse event.