Quick question I’m sure some of you can help me out with…
So, off we go: How do I turn my default cursor into the systems-default hand with a pointing finger. (need it for a hover effect)
I’m running Mac OS X 10.7 by the way.
I am not sure about a proper way to do this. However, I can think of a workaround.
If you can get the onHover event, use ofHideCursor(); to hide the mouse pointer and draw an image which looks similar to the hand cursor at mouseX, mouseY.
You can get back the original cursor with ofShowCursor();