> Will this enable me to trap "drag begin" "drag end" a window moving around > messages ?
Event taps allow you to intercept, block, and manipulate events before (active filter) and after (passive filter) they're handled by the window server. My limited experience with them suggests that, yes, you can block and manipulate certain mouse events. > prety much everything that happens in my session? not just the keyboard and > mouse events ? Hmm, not sure what this means. I suggest you create a test app that's notified whenever any event occurs (printing the event information), and decide for yourself whether event taps offer the functionality and granularity you need. _______________________________________________ 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]
