init(First, Second)
Creates a sequence gesture with two gestures.
ある連続ジェスチャを2つのジェスチャで作成します。
var first: First
The first gesture in a sequence of two gestures.
連続する2つのジェスチャにおける最初のジェスチャ。
var second: Second
The second gesture in a sequence of two gestures.
連続する2つのジェスチャにおける2番目のジェスチャ。