mouse class
Description
Provides the function to manipulate the mouse.
Notes
It is a class that is dynamically embedded when the Cooker runs.
This class is distributed as Rtype.Mouse.dll.
The dll file is in the dlls directory in the Cooker's distribution archive.
DLL
Rtype.Mouse.dll
fitter
Signature | Description |
mouse() | Get a new instance of mouse class. |
getter
Signature | Description |
Fitted | Gets a value that indicates whether this instance was already initialized. |
Left | Gets a value that indicates whether the left button of the mouse is pressed. |
Middle | Gets a value that indicates whether the middle button of the mouse is pressed. |
None | Gets a value that indicates whether the button of the mouse is pressed. |
Right | Gets a value that indicates whether the right button of the mouse is pressed. |
TypeName | Gets the type name. |
WheelExist | Gets a value that indicates whether the mouse has a scroll wheel. |
X | Gets a x-coordinate of the cursor's position. |
XButton1 | Gets a value that indicates whether the side button of the mouse is pressed. |
XButton2 | Gets a value that indicates whether the side button of the mouse is pressed. |
Y | Gets a y-coordinate of the cursor's position. |
setter
This class does not have a setter.
method
Signature | Description |
ClickLeft() | Simulates a click of the left mouse button. |
ClickLeft(int) | Simulates clicks of the left mouse button. |
ClickMiddle() | Simulates a click of the middle mouse button. |
ClickMiddle(int) | Simulates clicks of the middle mouse button. |
ClickRight() | Simulates a click of the right mouse button. |
ClickRight(int) | Simulates clicks of the right mouse button. |
Hide() | Hides the cursor. |
Move(int,int) | Sets the cursor's position. |
RotateWheel(int) | Simulates a rotation of the mouse wheel. |
Show() | Displays the cursor. |
Downloads for latest version.
Downloads the mouse class ver 1.0.0.0 for Any CPU.
Downloads the mouse class ver 1.0.0.0 for x86.
Downloads the mouse class ver 1.0.0.0 for x64.
Downloads the source of mouse class ver 1.0.0.0.
The above .dll and source files are distributed as a self-extracting archive of 7z format.