SetTouchEmulationEnabledParameter

@Serializable
data class SetTouchEmulationEnabledParameter(val enabled: Boolean, val maxTouchPoints: Int? = null)

Constructors

Link copied to clipboard
constructor(enabled: Boolean, maxTouchPoints: Int? = null)

Properties

Link copied to clipboard

Whether the touch event emulation should be enabled.

Link copied to clipboard
val maxTouchPoints: Int? = null

Maximum touch points supported. Defaults to one.