The IMouse type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
![]() | Click |
Clicks at a set of coordinates using the primary mouse button.
|
![]() | ContextClick |
Clicks at a set of coordinates using the secondary mouse button.
|
![]() | DoubleClick |
Double-clicks at a set of coordinates.
|
![]() | MouseDown |
Presses the primary mouse button at a set of coordinates.
|
![]() | MouseMove(ICoordinates) |
Moves the mouse to the specified set of coordinates.
|
![]() | MouseMove(ICoordinates, Int32, Int32) |
Moves the mouse to the specified set of coordinates.
|
![]() | MouseUp |
Releases the primary mouse button at a set of coordinates.
|
See Also