Structure

SimultaneousGesture

A gesture containing two gestures that can happen at the same time with neither of them preceding the other.

Declaration 宣言

@frozen struct SimultaneousGesture<First, Second> where First : Gesture, Second : Gesture

Overview 概要

A simultaneous gesture is a container-event handler that evaluates its two child gestures at the same time. Its value is a struct with two optional values, each representing the phases of one of the two gestures. ある同時ジェスチャは、コンテナイベントハンドラです、それはそれの2つの子ジェスチャを同時に評価します。それの値は、2つのオプショナル値をもつstructです、それぞれは2つのジェスチャの1つのうちの様相を表しています。

Topics 話題

Creating a Simultaneous Gesture ある同時のジェスチャを作成する

Supporting Types 支援を行う型

Default Implementations 省略時実装

Relationships 関係

Conforms To 次に準拠

See Also 参照

Combined Gestures 結合されたジェスチャ