The MouseState type exposes the following members.
Constructors
Name | Description | |
---|---|---|
MouseState | Initializes a new instance of the MouseState class |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Overrides ValueType..::..Equals(Object).) | |
Equals(MouseState) | ||
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | (Overrides ValueType..::..GetHashCode()()()().) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
Operators
Name | Description | |
---|---|---|
Equality | ||
Inequality |
Fields
Name | Description | |
---|---|---|
Button |
The pressed mouse button.
| |
MouseWheel |
The position of the mouse wheel.
| |
X |
The x coordinate of the mouse.
| |
Y |
The y coordinate of the mouse.
|