I’m making a custom mouse cursor, and I want it to disappear (change back to OS cursor) when the mouse leaves the screen. I found a few values in the net.flashpunk.utils.Input
class that give me mouse coordinates, and I found some in net.flashpunk.FP
that give me absolute mouse position, but nothing to determine whether the cursor is over the game or not.
Any suggestions?