Protocol

Gesture

An instance that matches a sequence of events to a gesture, and returns a stream of values for each of its states. あるインスタンス、それは一連のイベントをあるジェスチャと組み合わせます、そしてそれの状態それぞれに対する値からなるあるストリームを返します。

Declaration 宣言

protocol Gesture

Overview 概要

Create custom gestures by declaring types that conform to the Gesture protocol.

Topics 話題

Implementing a Custom Gesture あつらえのジェスチャを実装する

Performing the Gesture ジェスチャを実行する

Composing Gestures ジェスチャを構成する

Adding Modifier Keys to a Gesture 修飾子キーをジェスチャに加える

Transforming a Gesture ジェスチャを変形する

See Also 参照

Custom Gestures カスタムジェスチャ