IndirectPointerEventType


Indicates the reason that the IndirectPointerEvent was sent.

Summary

Public companion properties

IndirectPointerEventType

A change has happened during a press gesture.

Cmn
IndirectPointerEventType

A pressed gesture as started.

Cmn
IndirectPointerEventType

A pressed gesture has finished.

Cmn
IndirectPointerEventType

An unknown reason for the event.

Cmn

Public functions

open String
Cmn

Public companion properties

Move

val MoveIndirectPointerEventType

A change has happened during a press gesture.

Press

val PressIndirectPointerEventType

A pressed gesture as started.

Release

val ReleaseIndirectPointerEventType

A pressed gesture has finished.

Unknown

val UnknownIndirectPointerEventType

An unknown reason for the event.

Public functions

toString

open fun toString(): String