> There are actually 2 NSEvent methods that aren't in my local docs here at > work, but are in the headers and on developer.apple.com: > > + (NSEvent *)eventWithCGEvent:(CGEventRef)cgEvent; > - (CGEventRef)CGEvent;
Woops :) That could be why I wasn't able to send click events to other apps' windows. For some reason I read NSEvent's -eventRef as returning a CGEvent, rather than an 'EventRef'. I'll modify my test app and see if I can't get click events working. I'll keep y'all posted. David _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com