Request NSEventTypeFourFingerSwipe
Request NSEventTypeFourFingerSwipe
- Subject: Request NSEventTypeFourFingerSwipe
- From: Andreas Hegenberg <email@hidden>
- Date: Tue, 6 Oct 2009 17:39:31 +0200
Hi!
In NSEvent.h those multitouch masks are defined:
NSEventMaskGesture = 1 << NSEventTypeGesture,
NSEventMaskMagnify = 1 << NSEventTypeMagnify,
NSEventMaskSwipe = 1U << NSEventTypeSwipe,
NSEventMaskRotate = 1 << v,
NSEventMaskBeginGesture = 1 << NSEventTypeBeginGesture,
NSEventMaskEndGesture = 1 << NSEventTypeEndGesture,
Is there a way to recognize a four finger swipe? ATM if I listen for
gestures, and try to do a four finger swipe it is recognized as a
NSEventTypeMagnify (with magnification 0)
(Apologize every mistake I made when posting this, I've never used a
mailing list before)
Cheers,
Andreas
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden