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