次の方法で共有


UITouchPhase 列挙型

定義

に関連付けられているフェーズの UITouch列挙。

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UITouchPhase
type UITouchPhase = 
継承
UITouchPhase
属性

フィールド

Began 0

タッチが開始されました。

Cancelled 4

タッチが取り消されました。

Ended 3

タッチが終了しました。

Moved 1

指が移動しました。

Stationary 2

指は静止しています。

適用対象