GestureEvent

data class GestureEvent(var type: GestureEvent.Type = Type.MAGNIFY, var id: Int = 0, var amountX: Float = 0.0f, var amountY: Float = 0.0f) : Event, TEvent<GestureEvent>

Constructors

Link copied to clipboard
constructor(type: GestureEvent.Type = Type.MAGNIFY, id: Int = 0, amountX: Float = 0.0f, amountY: Float = 0.0f)

Types

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var id: Int
Link copied to clipboard
var target: Any?
Link copied to clipboard
open override var type: GestureEvent.Type

Functions

Link copied to clipboard
Link copied to clipboard
fun preventDefault(reason: Any? = null)
Link copied to clipboard
fun Event.preventDefault(reason: Any? = null): Nothing
Link copied to clipboard
fun stopPropagation(reason: Any? = null)