Link Search Menu Expand Document

Touch.TouchType

The type of touch received.

public enum TouchType: Int 

Inheritance

Int

Enumeration Cases

direct

A touch resulting from direct contact with the screen.

case direct

indirect

A touch that did not result from direct contact with the screen.

case indirect

pencil

A touch from a stylus.

case pencil