Package-level declarations
Types
Link copied to clipboard
open class TouchEvent(val type: EventType<TouchEvent>, init: TouchEventInit = definedExternally) : UIEvent
The TouchEvent
interface represents an UIEvent which is sent when the state of contacts with a touch-sensitive surface changes.
Link copied to clipboard