问题
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.
回答1:
Tell it to ignore mouse events.
来源:https://stackoverflow.com/questions/3570247/how-to-create-a-topmost-overlay-which-ignores-mouse-clicks-etc