soli3d

Hi All,

When I move my cursor over a the main window of a Windows Game it disappears.

I have access to the Title bar and the cursor shows there. As soon as I move over the main window it's gone. This happens for the Space Wars starter kit and a basic Window Game.

Any idea how to solve

Thanks,

Paul



Re: XNA Game Studio Express Cursor disappears over window

ProfEclipse

Set the IsMouseVisible property of the Game class instance to true.

 





Re: XNA Game Studio Express Cursor disappears over window

soli3d

Thank you!



Re: XNA Game Studio Express Cursor disappears over window

Glenn Wilson

Have a look at this blog post, I go though the basic first steps and this includes turning the mouse on.






Re: XNA Game Studio Express Cursor disappears over window

soli3d

Thanks. Now I see SpaceWar is set up for an xbox. How do

you change to use windows control from a keyboard

Thanks again,

Paul





Re: XNA Game Studio Express Cursor disappears over window

soli3d

Strange it's set up to use the xbox because I'm using the windows version

of Space Wars. There is also an XBox version.





Re: XNA Game Studio Express Cursor disappears over window

soli3d

I found the Gamepadhelper class. Thanks.