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
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
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