메소드 | 설명 | |
---|---|---|
PressLeft ( ) : void |
Presses the left button of the mouse at the current cursor position.
|
|
PressMiddle ( ) : void |
Presses the middle button of the mouse at the current cursor position.
|
|
PressRight ( ) : void |
Presses the right button of the mouse at the current cursor position.
|
|
ReleaseLeft ( ) : void |
Releases the left button of the mouse at the current cursor position.
|
|
ReleaseMiddle ( ) : void |
Releases the middle button of the mouse at the current cursor position.
|
|
ReleaseRight ( ) : void |
Releases the right button of the mouse at the current cursor position.
|
|
ScrollHorizontally ( int delta = 120 ) : void |
Scrolls horizontally using the wheel of the mouse at the current cursor position.
|
|
ScrollVertically ( int delta = 120 ) : void |
Scrolls vertically using the wheel of the mouse at the current cursor position.
|
|
SendInputMouse ( RemoteWindow window ) : Binarysharp.MemoryManagement.Native |
Initializes a new instance of a child of the SendInputMouse class.
|
메소드 | 설명 | |
---|---|---|
MoveToAbsolute ( int x, int y ) : void |
Moves the cursor at the specified coordinate.
|
메소드 | 설명 | |
---|---|---|
CalculateAbsoluteCoordinateX ( int x ) : int |
Calculates the x-coordinate with the system metric.
|
|
CalculateAbsoluteCoordinateY ( int y ) : int |
Calculates the y-coordinate with the system metric.
|
|
CreateInput ( ) : |
Create an Input structure for mouse event.
|
protected MoveToAbsolute ( int x, int y ) : void | ||
x | int | The x-coordinate. |
y | int | The y-coordinate. |
리턴 | void |
public ScrollHorizontally ( int delta = 120 ) : void | ||
delta | int | The amount of wheel movement. |
리턴 | void |
public ScrollVertically ( int delta = 120 ) : void | ||
delta | int | The amount of wheel movement. |
리턴 | void |
public SendInputMouse ( RemoteWindow window ) : Binarysharp.MemoryManagement.Native | ||
window | RemoteWindow | The reference of the |
리턴 | Binarysharp.MemoryManagement.Native |