MouseState.Y Property
Specifies the vertical position of the mouse cursor.
Xbox 360 Specific Information |
---|
The value of this property is always 0. |
Namespace: Microsoft.Xna.Framework.Input
Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)
Syntax
public int Y { get; }
Property Value
Vertical position of the mouse cursor in relation to the upper-left corner of the game window.
Remarks
If the mouse is above the client area (the inside portion of the game window, excluding the borders), the returned coordinate is negative. If the mouse is below the client area, the returned coordinate is greater than the window's client area height.
See Also
Tasks
Getting the Mouse Position (Windows, Windows Phone)
Concepts
Overview of User Input and Input Devices
Reference
MouseState Structure
MouseState Members
Microsoft.Xna.Framework.Input Namespace
Platforms
Xbox 360, Windows 7, Windows Vista, Windows XP, Windows Phone