Game Development Community

Remove Mouse Pointer on iPad

by Claudio Torres · in iTorque 2D · 05/15/2011 (1:40 pm) · 1 replies

I am testing my game app. I use touch to control game objects. But a mouse arrow (that I do not created) appears at the iPad screen where I touch.

How can I disable or remove this mouse arrow?

About the author

Electronic Engineer, MSc on System, Software Developer, Digital Marketing Consultant. Today I managing Torres Studios, a new Game and Entertainment Studio focus on create innovative iPad and XBOX 360 Games.


#1
05/15/2011 (4:18 pm)
Call Canvas.hideCursor(); somewhere in GameStart(), and you should be good.