Emulate Touch From Mouse Event Request
data class EmulateTouchFromMouseEventRequest(type: String, x: Int, y: Int, button: MouseButton, timestamp: TimeSinceEpoch?, deltaX: Double?, deltaY: Double?, modifiers: Int?, clickCount: Int?)
Content copied to clipboard
Represents request frame that can be used with Input#emulateTouchFromMouseEvent operation call.
Emulates touch event from the mouse event parameters.
See also
Constructors
EmulateTouchFromMouseEventRequest
Link copied to clipboard
fun EmulateTouchFromMouseEventRequest(type: String, x: Int, y: Int, button: MouseButton, timestamp: TimeSinceEpoch? = null, deltaX: Double? = null, deltaY: Double? = null, modifiers: Int? = null, clickCount: Int? = null)
Content copied to clipboard
Properties
button
Link copied to clipboard
clickCount
Link copied to clipboard
timestamp
Link copied to clipboard
Sources
jvm source
Link copied to clipboard