Re: Create pinch/magnify event

2010-08-29 Thread Raleigh Ledet
You can not simulate these gestures. Please file a radar. -raleigh On Aug 20, 2010, at 1:42 PM, Joe Turner wrote: > Hey, > > I'm trying to use CGEvent to create a pinch/magnify event, but I can't find > any info on how to do it. I see there's a NSEventTypeMagnify for NSEvent, but > the magnifi

Create pinch/magnify event

2010-08-20 Thread Joe Turner
Hey, I'm trying to use CGEvent to create a pinch/magnify event, but I can't find any info on how to do it. I see there's a NSEventTypeMagnify for NSEvent, but the magnification factor does not seem settable. Even if it was, weird things happen when you try to convert an NSEvent to a CGEvent. So