Instance Method インスタンスメソッド

modifiers(_:)

Combines a gesture with keyboard modifiers. あるジェスチャをキーボード修飾子と結合します。

Declaration 宣言

func modifiers(_ modifiers: EventModifiers) -> _ModifiersGesture<Self>

Return Value 戻り値

A new gesture that combines a gesture with keyboard modifiers. ある新しいジェスチャ、それはあるジェスチャをキーボード修飾子と結合します。

Parameters パラメータ

modifiers

A set of flags that correspond to the modifier keys that the user needs to hold down. ユーザが押下する必要がある修飾キーに対応するフラグの一揃い。

Discussion 議論

The gesture receives updates while the user presses the modifier keys that correspond to the given modifiers option set. ジェスチャは、ユーザがその与えられた修飾子オプションセットに対応する修飾キーを押す間に更新を受け取ります。