Hi, I have an NSPanel window in my app that I'm putting an OpenGL context in. I want the panel to receive mouse drag events without having to first click on the panel to activate it. I've not been able to find any info on how to do this in the docs or through many google searches. Currently, if I click on the panel, it gets activated and then I can drag the mouse around. How does one skip the activation event and get straight to receiving mouse down/drag/up events?
thanks, wes _______________________________________________ Cocoa-dev mailing list ([email protected]) 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 [email protected]
