UITouchType Enum

Definition

Enumerates different kinds of UITouch objects.

[ObjCRuntime.Native]
public enum UITouchType
[<ObjCRuntime.Native>]
type UITouchType = 
Inheritance
UITouchType
Attributes

Fields

Name Value Description
Direct 0

A direct touch caused by a finger on the screen.

Indirect 1

A touch that was not caused by a finger or stylus.

Stylus 2

A touch that was caused by a stylus (e.g., the Apple Pencil).

IndirectPointer 3

Applies to