touchstarts

open fun touchstarts(init: TouchEvent.() -> Unit): Listener<TouchEvent, T>

occurs when a finger is placed on a touch screen

Return

a Listener that emits TouchEvents on its Flow

Parameters

init

expression to manipulate the event dispatching like calling stopPropagation or similar DOM-API.


occurs when a finger is placed on a touch screen