cocoa - How to pass click on NSView through to app window beneath it? -


my app has nsview in nswindow covers screen , draws semi-transparent shade on it, above i've got nswindow contains app's ui, full screen view designed fade out background distraction of other windows.

how can allow mouse clicks on full screen view go straight through underlying window, belong app, or desktop? note don't want keep focus on app.

shady matt gemmell same, take @ source: http://instinctivecode.com/shady/

it sending following message window:

[window setignoresmouseevents:yes]; 

Comments

Popular posts from this blog

jQuery clickable div with working mailto link inside -

java - Getting corefrences with Standard corenlp package -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -