Is there a way to suppress mouse cursor?

BlitzPlus Forums/BlitzPlus Programming/Is there a way to suppress mouse cursor?

dgroncki(Posted 2003) [#1]
Is there a way when in windowed graphics mode to suppress the mouse cursor? Either that or replace it with my own image of choice? I want to stay in windowed mode and not full screen.
thanks...Dave


GfK(Posted 2003) [#2]
HidePointer


dgroncki(Posted 2003) [#3]
Thanks, GfK!! Missed that one ;-)


_PJ_(Posted 2003) [#4]
just to note...
I have had some issues with my laptop regarding Hidepointer, and it may be necessary to ShowPointer, grab MouseX() and MouseY() then HidePointer again, as with HidePointer, MouseX() and MouseY() have given me strange readings.