IndirectPointerEventType
Indicates the reason that the [IndirectPointerEvent] was sent.
IndirectPointerEventType
Class
Common
value class IndirectPointerEventType private constructor(internal val value: Int)
Indicates the reason that the IndirectPointerEvent was sent.
Companion Object
Properties
Common
val Unknown = IndirectPointerEventType(0)
An unknown reason for the event.
Common
val Press = IndirectPointerEventType(1)
A pressed gesture as started.
Common
val Release = IndirectPointerEventType(2)
A pressed gesture has finished.
Common
val Move = IndirectPointerEventType(3)
A change has happened during a press gesture.