Re: Using Multi-Gesture events with Carbon

2011-07-13 Thread Jim Correia
On Jun 29, 2011, at 2:24 PM, Abdul Sowayan wrote: > I have a carbon based application that we are converting overtime to Cocoa. > What I would like to do, if possible, is to incorporate multi-gesture events > (such as magnify event) into my carbon application. I can see that > NSResponder has m

Using Multi-Gesture events with Carbon

2011-06-29 Thread Abdul Sowayan
Hi folks, I have a carbon based application that we are converting overtime to Cocoa. What I would like to do, if possible, is to incorporate multi-gesture events (such as magnify event) into my carbon application. I can see that NSResponder has magnifyWithEvent: selector. I am wondering if the