Partager via


UITouchPhase Énumération

Définition

Énumération des phases associées à un UITouch.

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UITouchPhase
type UITouchPhase = 
Héritage
UITouchPhase
Attributs

Champs

Began 0

Le contact a commencé.

Cancelled 4

Le contact a été annulé.

Ended 3

Le contact est terminé.

Moved 1

Le doigt a bougé.

Stationary 2

Le doigt est immobile.

S’applique à