I’m running OF 0.8.4 on Yosemite. After running an app in Xcode the mouse cursor is gone until I move it out of the window and bring it back in. That way I don’t get the cursor at all if I run something fullscreen. This happens with example apps too i.e. simple_graphics.
I’ve tried ofShowCursor() or CGDisplayShowCursor() with no luck.
I’ve also worked around it by putting ofHideCursor() in the setup of the app and then ofShowCursor() in the ‘mouseMoved’. That seems to do the trick after moving the mouse.