NSRotationGestureRecognizer

Panther·2021년 8월 8일
0

https://developer.apple.com/documentation/appkit/nsrotationgesturerecognizer

"A continuous gesture recognizer that tracks two trackpad touches moving opposite each other in a circular motion."

순환 모션에서 서로 반대 방향으로 이동하는 트랙패드의 두 터치를 추적하는 연속적 제스쳐 리코그나이저입니다.

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


0개의 댓글