Method | Description | |
---|---|---|
LeftMouseClick ( int x, int y ) : void | ||
LeftMouseDown ( int x, int y ) : void | ||
LeftMouseUp ( int x, int y ) : void | ||
MoveCursorToPoint ( int x, int y ) : void | ||
RightMouseClick ( int x, int y ) : void | ||
RightMouseDown ( int x, int y ) : void | ||
RightMouseUp ( int x, int y ) : void |
Method | Description | |
---|---|---|
SendInput ( uint nInputs, INPUT pInputs, int cbSize ) : uint | ||
SetCursorPos ( int X, int Y ) : System.Boolean | ||
createMouseInput ( int x, int y, uint data, uint t, uint flag ) : MOUSEINPUT |
public LeftMouseClick ( int x, int y ) : void | ||
x | int | |
y | int | |
return | void |
public MoveCursorToPoint ( int x, int y ) : void | ||
x | int | |
y | int | |
return | void |
public RightMouseClick ( int x, int y ) : void | ||
x | int | |
y | int | |
return | void |
public RightMouseDown ( int x, int y ) : void | ||
x | int | |
y | int | |
return | void |