On Feb 1, 2012, at 6:59 AM, Marshall Houskeeper wrote:
> I was confused because the NSWindows method ignoresMouseEvents returns false
> after I initialize the window. So the calling of the setIgnoresMouseEvents
> must have some other side effect.
Yes, it seems that there are actually three s
Thank you very much for the help. Your suggestion works.
I was confused because the NSWindows method ignoresMouseEvents returns false
after I initialize the window. So the calling of the setIgnoresMouseEvents
must have some other side effect.
Maybe the documentation needs to be updated to
On 01/02/2012, at 7:59 AM, Marshall Houskeeper wrote:
> I would like to create a transparent window that spans all the screens and
> that handles mouse down events. Below is the code that I use to create my
> transparent window. The transparent window gets created and display
> successfull