Page 1 of 1
Mouse Pointer Not Showing
Posted: Tue Jul 07, 2015 10:31 am
by Steve Elliott2
After using InitMouse() and OpenScreen() the Mouse Pointer doesn't show. Why?

Re: Mouse Pointer Not Showing
Posted: Tue Jul 07, 2015 11:23 am
by infratec
Because that's needed when you write games.
With a screen you need to use your own Cursor, a sprite for example.
Bernd
Re: Mouse Pointer Not Showing
Posted: Tue Jul 07, 2015 11:46 am
by Steve Elliott2
Fair enough

Re: Mouse Pointer Not Showing
Posted: Tue Jul 07, 2015 12:13 pm
by infratec
Re: Mouse Pointer Not Showing
Posted: Tue Jul 07, 2015 12:47 pm
by Steve Elliott2
For an example:
Thanks, but displaying a Sprite is all the info I needed
Works great with a Sprite.