This topic has not yet been rated - Rate this topic

Game.IsMouseVisible Property

Gets or sets a value indicating whether the mouse cursor should be visible.

Namespace: Microsoft.Xna.Framework
Assembly: Microsoft.Xna.Framework.Game (in microsoft.xna.framework.game.dll)

public bool IsMouseVisible { get; set; }

Property Value

true if the mouse cursor should be visible; false otherwise.
Bb197700.note(en-US,XNAGameStudio.10).gifNote
This property applies only to Windows development. The Mouse and MouseState objects are not supported on Xbox 360.

Xbox 360, Windows XP SP2, Windows Vista

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.