Le 12 janv. 09 à 20:24, Donnie Lee a écrit :

I am curious to know more about theses "system observers". Can you explain
us what is it ?

Cocoa observers which sends mouse events, keyboard events etc.


Hardware event are received by the kernel that send them to the window server that forward them to the active application. Then NSApplication receive them and send them to the key window (or the target window which is not always the key window for mouse events).
Then the window object try to resolve the target responder.

Each NSView is a responder. I really don't understand how you're trying to reduce system resource usage.

_______________________________________________

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

Reply via email to