DispatchMouseEventRequest

fun DispatchMouseEventRequest(type: String, 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: String? = null)

Sources

jvm source
Link copied to clipboard