NSRotationGestureRecognizer

2735 ワード

https://developer.apple.com/documentation/appkit/nsrotationgesturerecognizer
"A continuous gesture recognizer that tracks two trackpad touches moving opposite each other in a circular motion."
これは、循環運動中に互いに逆方向に移動する2つのタッチパネル上のタッチポイントを追跡するための連続的なジェスチャーレコーダである.

Declaration

class NSRotationGestureRecognizer : NSGestureRecognizer

Overview


この回転ジェスチャーは、ビューが方向に回転することを示します.タッチパネルのタッチが終了するとジェスチャーが認識されます.
作成に従って、「ジェスチリコグニゼ」はdelaysRotationEvents属性値をtrueに設定します.

See Also


Standard Gestures


NSClickGestureRecognizer


マウスのクリック回数を追跡する離散ジェスチャーレコーダ.
https://developer.apple.com/documentation/appkit/nsclickgesturerecognizer
https://velog.io/@panther222128/NSClickGestureRecognizer

NSPressGestureRecognizer


これは、マウスボタンを解放する前にユーザーが最小限の時間を押したかどうかを追跡する離散的なジェスチャーレコーダです.
https://developer.apple.com/documentation/appkit/nspressgesturerecognizer
https://velog.io/@panther222128/NSPressGestureRecognizer

NSPanGestureRecognizer


ファンミーティングのための連続的なファンミーティング
https://developer.apple.com/documentation/appkit/nspangesturerecognizer
https://velog.io/@panther222128/NSPanGestureRecognizer

NSMagnificationGestureRecognizer


コンテンツ増幅フィンチジェスチャーを追跡するための連続ジェスチャーレコーダ.
https://developer.apple.com/documentation/appkit/nsmagnificationgesturerecognizer
https://velog.io/@panther222128/NSMagnificationGestureRecognizer