I'm programming a gui in blitz 3d, but I can't find the mouse pointer when it's not in debug mode.
Where is the mouse pointer?
Blitz3D Forums/Blitz3D Programming/Where is the mouse pointer? The mouse pointer won't show up in fullscreen mode. it will in windowed mode. If you want to use it in fullscreen, then you need to have an image follow it around.
look up the mousex() and mousey() commands.
Andy
Andy
Allright, I fixed it. Instead of
Graphics 1024,768
I put
Graphics 1024,768,3
For a resizable screen.
Graphics 1024,768
I put
Graphics 1024,768,3
For a resizable screen.