-
Notifications
You must be signed in to change notification settings - Fork 0
Class Mouse
Kristian Virtanen edited this page Oct 28, 2024
·
5 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.
- Differences from orig. SB: none.
- Description: Gets or sets the Y coordinate of the mouse cursor on the screen.
- Differences from orig. SB: none.
-
Description: Returns
true
if the left mouse button is currently pressed, otherwisefalse
. - Differences from orig. SB: none.
-
Description: Returns
true
if the right mouse button is currently pressed, otherwisefalse
. - Differences from orig. SB: none.
- Description: Hides the mouse cursor from the screen.
-
Differences from orig. SB: SBOE returns
true
orfalse
depending of succes.
- Description: Shows the mouse cursor on the screen.
-
Differences from orig. SB: SBOE returns
true
orfalse
depending of succes.