cocoa - NSResponder mouseExited when hovering Window title -


i have nswindow nstoolbar , content view. have set tracking area whole frame of view.

i wish have mouseexited event fired when cursor leaves content view , enters toolbar and/or window title. best way achieve this? should bound tracking area below toolbar?

the main reason need because view needs special cursor. i'm changing in mouseentered , wish change again when mouseexited

thanks

why not add cursor rectangle on the entire bounds of view?


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -