Re: Trying to capture raw touch events on the trackpad

2012-08-10 Thread Raleigh Ledet
s are latched to that other view until the user removes all touches and starts over. -raleigh On Jul 27, 2012, at 5:25 AM, Akhil Jindal wrote: > Hi all, > > I'm trying to capture raw touch events on the trackpad to define my own > gesture events. I've gone through the

Re: Trying to capture raw touch events on the trackpad

2012-08-01 Thread Zongyao Qu
is mView an iboutlet member? and where [mView setAcceptsTouchEvents:YES] get called? awakeFromNib or init? Best Regards, Zongyao QU 2012/7/27 Akhil Jindal : > Hi all, > > I'm trying to capture raw touch events on the trackpad to define my own > gesture events. I&#x

Trying to capture raw touch events on the trackpad

2012-07-27 Thread Akhil Jindal
Hi all, I'm trying to capture raw touch events on the trackpad to define my own gesture events. I've gone through the documentation here: http://developer.apple.com/library/mac/#documentation/cocoa/conceptual/EventOverview/HandlingTouchEvents/HandlingTouchEvents.html I