Mouse Pointer Not Showing

Just starting out? Need help? Post your questions and find answers here.
Steve Elliott2
User
User
Posts: 42
Joined: Sat Jun 20, 2015 1:47 pm

Mouse Pointer Not Showing

Post by Steve Elliott2 »

After using InitMouse() and OpenScreen() the Mouse Pointer doesn't show. Why? :(
infratec
Always Here
Always Here
Posts: 7583
Joined: Sun Sep 07, 2008 12:45 pm
Location: Germany

Re: Mouse Pointer Not Showing

Post 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
Steve Elliott2
User
User
Posts: 42
Joined: Sat Jun 20, 2015 1:47 pm

Re: Mouse Pointer Not Showing

Post by Steve Elliott2 »

Fair enough :)
infratec
Always Here
Always Here
Posts: 7583
Joined: Sun Sep 07, 2008 12:45 pm
Location: Germany

Re: Mouse Pointer Not Showing

Post by infratec »

Steve Elliott2
User
User
Posts: 42
Joined: Sat Jun 20, 2015 1:47 pm

Re: Mouse Pointer Not Showing

Post by Steve Elliott2 »

For an example:
Thanks, but displaying a Sprite is all the info I needed :D

Works great with a Sprite.
Post Reply