Set Touch Emulation Enabled Request
data class SetTouchEmulationEnabledRequest(enabled: Boolean, maxTouchPoints: Int?)
Content copied to clipboard
Represents request frame that can be used with Emulation#setTouchEmulationEnabled operation call.
Enables touch on platforms which do not support them.
See also
Constructors
SetTouchEmulationEnabledRequest
Link copied to clipboard
fun SetTouchEmulationEnabledRequest(enabled: Boolean, maxTouchPoints: Int? = null)
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard