so here's a fun one that i've been trying to solve for a few weeks now...
2 window objects: Main Window and Full Screen Window... when Full Screen Window is up, the mouse cursor should hide until moved, then become invisible again after 1 second if the NSCursor has not moved.
everything work fine ONLY IF the user first clicks on the full screen window (when it's visible) to activate the process... i've tried lots: if ([FullScreenWindow isVisible]) activate the process, if it's not visible activate the process, etc, etc, etc... i've seen this done in countless apps but i just can't get it...
the small project code is attached... if someone can take a look and let me know what i'm doing wrong this that would be great...
2 window objects: Main Window and Full Screen Window... when Full Screen Window is up, the mouse cursor should hide until moved, then become invisible again after 1 second if the NSCursor has not moved.
everything work fine ONLY IF the user first clicks on the full screen window (when it's visible) to activate the process... i've tried lots: if ([FullScreenWindow isVisible]) activate the process, if it's not visible activate the process, etc, etc, etc... i've seen this done in countless apps but i just can't get it...
the small project code is attached... if someone can take a look and let me know what i'm doing wrong this that would be great...