-
Notifications
You must be signed in to change notification settings - Fork 0
Class Math
Kristian Virtanen edited this page Oct 16, 2024
·
6 revisions
The Mouse
class provides a set of methods and properties to interact with the system mouse. This includes reading the mouse's position, detecting button clicks, and showing or hiding the mouse cursor.
- Description: Gets or sets the X coordinate of the mouse cursor on the screen.
- Description: Gets or sets the Y coordinate of the mouse cursor on the screen.
-
Description: Returns
true
if the left mouse button is currently pressed, otherwisefalse
.
-
Description: Returns
true
if the right mouse button is currently pressed, otherwisefalse
.
- Description: Hides the mouse cursor from the screen.
- Description: Shows the mouse cursor on the screen.