Structure

ExclusiveGesture

A gesture that consists of two gestures where only one of them can succeed. あるジェスチャ、それは2つのジェスチャから成ります、そこではそれらのただ1つだけが成功できます。

Declaration 宣言

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

Overview 概要

The ExclusiveGesture gives precedence to its first gesture.

Topics 話題

Creating an Exclusive Gesture 排他的ジェスチャを作成する

Supporting Types 支援を行う型

Default Implementations 省略時実装

Relationships 関係

Conforms To 次に準拠

See Also 参照

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