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.
全てのジェスチャをサブビュー階層において無効にします、加えられたジェスチャを含めて。