Hide mouse?

BlitzPlus Forums/BlitzPlus Programming/Hide mouse?

Anyone know how to hide the mouse in Blitz PLus when using Graphics() but with the flag=2 so it's in windows mode. The windows mouse pointer is shown in the window but I'd like to hide it and show my own.

Is this possible?

Thanks

Have you tried the hidepointer command?

that's the one, thanks!