William Barry
William Barry

Reputation: 21

NSEvent or NSNotification when window becomes active

In Mac OS X, is there a method to override that runs every time a window gains focus?

Upvotes: 2

Views: 925

Answers (1)

Joshua Nozzi
Joshua Nozzi

Reputation: 61228

Yes. NSWindowDidBecomeKeyNotification and NSWindowDidBecomeMainNotification, depending on your intent.

Upvotes: 11

Related Questions