
The mouse class provides accessors to get or set the mouse related properties, like the cursor position, pointer, etc.
MouseX
Gets or sets the mouse cursor's x co-ordinate.
MouseY
Gets or sets the mouse cursor's y co-ordinate.
IsLeftButtonDown
(This property is read-only.)
Gets whether or not the left button is pressed.
IsRightButtonDown
(This property is read-only.)
Gets whether or not the right button is pressed.
HideCursorHides the mouse cursor on the screen.
ShowCursorShows the mouse cursors on the screen.