IndirectTouchEventType

Class

Common
@ExperimentalIndirectTouchTypeApi
value class IndirectTouchEventType private constructor(internal val value: Int)

Indicates the reason that the IndirectTouchEvent was sent.

Companion Object

Properties

Common
val Unknown = IndirectTouchEventType(0)

An unknown reason for the event.

Common
val Press = IndirectTouchEventType(1)

A pressed gesture as started.

Common
val Release = IndirectTouchEventType(2)

A pressed gesture has finished.

Common
val Move = IndirectTouchEventType(3)

A change has happened during a press gesture.