tags:

views:

19

answers:

1

I'd like to know how to setup a transparent overlay windown in Cocoa which can ignore mouse clicks (so that they pass through to whatever window is below). The user should not be able to interact with the window with their mouse.

A: 

Tell it to ignore mouse events.

Peter Hosey
Awesome. Never saw that property!