Re: Fully transparent window opaque to mouse?

2009-04-08 Thread Chris G
Thanks for the suggestions, I ended up using NSWindow::setIgnoreMouseEvents:NO . On Wed, Apr 8, 2009 at 3:02 AM, Kyle Sluder kyle.slu...@gmail.com wrote: Maybe you should look into using a Quartz event tap instead? --Kyle Sluder ___ Cocoa-dev

Fully transparent window opaque to mouse?

2009-04-07 Thread Chris G
Hello all, Is there a way to create a full screen window which has an alpha value of 0 (fully transparent) but which is opaque to mouse events? I have thus far found that setting the window alpha below 0.06 or so causes mouse events to pass through the window. If not, is there a way to install a