I'm curious if there's a trick to detecting a click on the Menu Bar as a whole. I know I can detect a click on an NSStatusItem or NSMenu, but I am looking for events pertaining to the empty space of the Menu Bar.

Looking through the documentation, it does not seem possible. However, I wanted to know if anyone had a workaround for this functionality?

link|improve this question

did you ever found a solution to fire an event on the empty space? – Tobias Mar 22 at 2:07
feedback

1 Answer

up vote 3 down vote accepted

You can install a local event monitor using NSEvent addLocalMonitorForEventsMatchingMask:handler:

See the documentation located here.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.