Condividi tramite


UITouchType Enumerazione

Definizione

Enumera diversi tipi di UITouch oggetti.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UITouchType
type UITouchType = 
Ereditarietà
UITouchType
Attributi

Campi

Direct 0

Un tocco diretto causato da un dito sullo schermo.

Indirect 1

Un tocco che non è stato causato da un dito o da uno stilo.

Stylus 2

Un tocco causato da uno stilo (ad esempio, apple pencil).

Si applica a