NSMagnificationGestureRecognizer

Panther·2021년 8월 8일
0

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

"A continuous gesture recognizer that tracks a pinch gesture that magnifies content."

컨텐트를 확대 핀치 제스쳐를 추적하는 연속적 제스쳐 리코그나이저입니다.

Declaration

class NSMagnificationGestureRecognizer : NSGestureRecognizer

Overview

이 객체는 트랙패드 혹은 다른 입력 장치에서 핀치 제스쳐를 추적하고, 코드에서 사용하는 확대 값 결과를 저장합니다.

이 제스쳐 리코그나이저는 delaysMagnificationEvents 속성의 값을 자동으로 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

NSRotationGestureRecognizer

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

https://developer.apple.com/documentation/appkit/nsrotationgesturerecognizer
https://velog.io/@panther222128/NSRotationGestureRecognizer


0개의 댓글