Package-level declarations

Types

Link copied to clipboard
open class Touch(init: TouchInit)

The Touch interface represents a single contact point on a touch-sensitive device.

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
Link copied to clipboard
interface TouchInit
Link copied to clipboard

The TouchList interface represents a list of contact points on a touch surface.

Link copied to clipboard
sealed interface TouchType

Properties

Functions

Link copied to clipboard