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