<li><ahref="../../../../Microsoft/Xna/Framework/Input/Mouse.html"title="class in Microsoft.Xna.Framework.Input"><spanclass="strong">Prev Class</span></a></li>
<li><ahref="../../../../System/ValueType.html"title="class in System">System.ValueType</a></li>
<li>
<ulclass="inheritance">
<li>Microsoft.Xna.Framework.Input.MouseState</li>
</ul>
</li>
</ul>
</li>
</ul>
<divclass="description">
<ulclass="blockList">
<liclass="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd><ahref="../../../../System/IEquatable.html"title="interface in System">IEquatable</a><<ahref="../../../../Microsoft/Xna/Framework/Input/MouseState.html"title="class in Microsoft.Xna.Framework.Input">MouseState</a>></dd>
</dl>
<hr>
<br>
<pre>public final class <spanclass="strong">MouseState</span>
extends <ahref="../../../../System/ValueType.html"title="class in System">ValueType</a>
implements <ahref="../../../../System/IEquatable.html"title="interface in System">IEquatable</a><<ahref="../../../../Microsoft/Xna/Framework/Input/MouseState.html"title="class in Microsoft.Xna.Framework.Input">MouseState</a>></pre>
<divclass="block">Represents the state of a mouse input device, including mouse cursor position and buttons pressed.</div>
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colLast"scope="col">Field and Description</th>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code><ahref="../../../../Microsoft/Xna/Framework/Input/ButtonState.html"title="enum in Microsoft.Xna.Framework.Input">ButtonState</a></code></td>
<divclass="block">Returns the state of the left mouse button.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code><ahref="../../../../Microsoft/Xna/Framework/Input/ButtonState.html"title="enum in Microsoft.Xna.Framework.Input">ButtonState</a></code></td>
<divclass="block">Returns the state of the middle mouse button.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code><ahref="../../../../Microsoft/Xna/Framework/Input/ButtonState.html"title="enum in Microsoft.Xna.Framework.Input">ButtonState</a></code></td>
<divclass="block">Specifies the horizontal position of the mouse cursor.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code><ahref="../../../../Microsoft/Xna/Framework/Input/ButtonState.html"title="enum in Microsoft.Xna.Framework.Input">ButtonState</a></code></td>
<divclass="block">Returns the state of XBUTTON1.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code><ahref="../../../../Microsoft/Xna/Framework/Input/ButtonState.html"title="enum in Microsoft.Xna.Framework.Input">ButtonState</a></code></td>
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colLast"scope="col">Method and Description</th>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>boolean</code></td>
<tdclass="colLast"><code><strong><ahref="../../../../Microsoft/Xna/Framework/Input/MouseState.html#Equals(Microsoft.Xna.Framework.Input.MouseState)">Equals</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Input/MouseState.html"title="class in Microsoft.Xna.Framework.Input">MouseState</a> other)</code>
<divclass="block">Indicates whether the current object is equal to another object of the same type.</div>
<divclass="block">Specifies the horizontal position of the mouse cursor.</div>
</li>
</ul>
<aname="Y">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>Y</h4>
<pre>public final int Y</pre>
<divclass="block">Specifies the vertical position of the mouse cursor.</div>
</li>
</ul>
<aname="ScrollWheelValue">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>ScrollWheelValue</h4>
<pre>public final int ScrollWheelValue</pre>
<divclass="block">Gets the cumulative mouse scroll wheel value since the game was started.</div>
</li>
</ul>
<aname="LeftButton">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>LeftButton</h4>
<pre>public final <ahref="../../../../Microsoft/Xna/Framework/Input/ButtonState.html"title="enum in Microsoft.Xna.Framework.Input">ButtonState</a> LeftButton</pre>
<divclass="block">Returns the state of the left mouse button.</div>
</li>
</ul>
<aname="RightButton">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>RightButton</h4>
<pre>public final <ahref="../../../../Microsoft/Xna/Framework/Input/ButtonState.html"title="enum in Microsoft.Xna.Framework.Input">ButtonState</a> RightButton</pre>
<divclass="block">Returns the state of the right mouse button.</div>
</li>
</ul>
<aname="MiddleButton">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>MiddleButton</h4>
<pre>public final <ahref="../../../../Microsoft/Xna/Framework/Input/ButtonState.html"title="enum in Microsoft.Xna.Framework.Input">ButtonState</a> MiddleButton</pre>
<divclass="block">Returns the state of the middle mouse button.</div>
</li>
</ul>
<aname="XButton1">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>XButton1</h4>
<pre>public final <ahref="../../../../Microsoft/Xna/Framework/Input/ButtonState.html"title="enum in Microsoft.Xna.Framework.Input">ButtonState</a> XButton1</pre>
<divclass="block">Returns the state of XBUTTON1.</div>
</li>
</ul>
<aname="XButton2">
<!---->
</a>
<ulclass="blockListLast">
<liclass="blockList">
<h4>XButton2</h4>
<pre>public final <ahref="../../../../Microsoft/Xna/Framework/Input/ButtonState.html"title="enum in Microsoft.Xna.Framework.Input">ButtonState</a> XButton2</pre>
<divclass="block">Returns the state of XBUTTON2.</div>
<pre>public boolean Equals(<ahref="../../../../Microsoft/Xna/Framework/Input/MouseState.html"title="class in Microsoft.Xna.Framework.Input">MouseState</a> other)</pre>
<divclass="block"><strong>Description copied from interface: <code><ahref="../../../../System/IEquatable.html#Equals(T)">IEquatable</a></code></strong></div>
<divclass="block">Indicates whether the current object is equal to another object of the same type.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><ahref="../../../../System/IEquatable.html#Equals(T)">Equals</a></code> in interface <code><ahref="../../../../System/IEquatable.html"title="interface in System">IEquatable</a><<ahref="../../../../Microsoft/Xna/Framework/Input/MouseState.html"title="class in Microsoft.Xna.Framework.Input">MouseState</a>></code></dd>
<dt><spanclass="strong">Parameters:</span></dt><dd><code>other</code> - An object to compare with this object.</dd>
<dt><spanclass="strong">Returns:</span></dt><dd>true if the current object is equal to the other parameter; otherwise, false.</dd></dl>
</li>
</ul>
<aname="hashCode()">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>hashCode</h4>
<pre>public int hashCode()</pre>
<divclass="block">Gets the hash code for this instance.</div>
<li><ahref="../../../../Microsoft/Xna/Framework/Input/Mouse.html"title="class in Microsoft.Xna.Framework.Input"><spanclass="strong">Prev Class</span></a></li>