Dispatch Touch Event Request
data class DispatchTouchEventRequest(type: String, touchPoints: List<TouchPoint>, modifiers: Int?, timestamp: TimeSinceEpoch?)
Content copied to clipboard
Represents request frame that can be used with Input#dispatchTouchEvent operation call.
Dispatches a touch event to the page.
See also
Constructors
DispatchTouchEventRequest
Link copied to clipboard
fun DispatchTouchEventRequest(type: String, touchPoints: List<TouchPoint>, modifiers: Int? = null, timestamp: TimeSinceEpoch? = null)
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard