Return Value 戻り値
A new gesture that combines a gesture with keyboard modifiers. ある新しいジェスチャ、それはあるジェスチャをキーボード修飾子と結合します。
Availability 有効性
Technology
func modifiers(_ modifiers: EventModifiers
) -> _ModifiersGesture <Self>
A new gesture that combines a gesture with keyboard modifiers. ある新しいジェスチャ、それはあるジェスチャをキーボード修飾子と結合します。
modifiers
A set of flags that correspond to the modifier keys that the user needs to hold down. ユーザが押下する必要がある修飾キーに対応するフラグの一揃い。
The gesture receives updates while the user presses the modifier keys that correspond to the given modifiers option set. ジェスチャは、ユーザがその与えられた修飾子オプションセットに対応する修飾キーを押す間に更新を受け取ります。