IndirectTouchEventType


Indicates the reason that the IndirectTouchEvent was sent.

Summary

Public companion properties

IndirectTouchEventType

A change has happened during a press gesture.

Cmn
IndirectTouchEventType

A pressed gesture as started.

Cmn
IndirectTouchEventType

A pressed gesture has finished.

Cmn
IndirectTouchEventType

An unknown reason for the event.

Cmn

Public functions

open String
Cmn

Public companion properties

Move

val MoveIndirectTouchEventType

A change has happened during a press gesture.

Press

val PressIndirectTouchEventType

A pressed gesture as started.

Release

val ReleaseIndirectTouchEventType

A pressed gesture has finished.

Unknown

val UnknownIndirectTouchEventType

An unknown reason for the event.

Public functions

toString

open fun toString(): String