The MouseState type exposes the following members.
Constructors
Name | Description | |
---|---|---|
MouseState |
Class constructor
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
ButtonCenter |
It is the flag of a mouse buttonCenter event
| |
ButtonLeft |
It is the flag of a mouse buttonLeft event
| |
ButtonRight |
It is the flag of a mouse buttonRight event
| |
Inside |
It is the flag of a mouseEnter event
| |
Movement |
It is the flag of a mouseMove event
| |
Offset |
Gets/sets the offset coordinates of the windows mouse
They are used in pan event
| |
Wheel |
Gets/sets the mouse wheel value
| |
WheelRolling |
It is the flag of a mouseWheel event
| |
WinCoord |
Gets/sets the window coordinates of the windows mouse
|