static let all: GestureMask
Enable both the added gesture as well as all other gestures on the view and its subviews.
加えられたジェスチャをそれだけでなく全ての他のジェスチャを両方ともビューおよびそれのサブビュー上で有効にします。
static let gesture: GestureMask
Enable the added gesture but disable all gestures in the subview hierarchy.
加えられたジェスチャを有効にします、しかし全ての他のジェスチャをサブビュー階層において無効にします。
static let subviews: GestureMask
Enable all gestures in the subview hierarchy but disable the added gesture.
全てのジェスチャをサブビュー階層において有効にします、しかし加えられたジェスチャを無効にします。
static let none: GestureMask
Disable all gestures in the subview hierarchy, including the added gesture.
全てのジェスチャをサブビュー階層において無効にします、加えられたジェスチャを含めて。