Method | Description | |
---|---|---|
GetScreenSize ( int &width, int &height ) : void | ||
KeyDown ( byte keycode ) : void | ||
KeyUp ( byte keycode ) : void | ||
MouseClick ( MouseButton button ) : void | ||
MouseDown ( MouseButton button ) : void | ||
MouseMove ( int x, int y ) : void | ||
MouseMoveRelative ( int xDiff, int yDiff ) : void | ||
MouseScroll ( int scrollDelta, bool isHorizontal ) : void | ||
MouseUp ( MouseButton button ) : void | ||
ResetScreenSaver ( ) : void | ||
Screenshot ( string dir, int width, int height ) : string |
Method | Description | |
---|---|---|
GetCursorPos ( MousePoint &lpMousePoint ) : bool | ||
GetCursorPosition ( ) : MousePoint | ||
GetSystemMetrics ( SystemMetric smIndex ) : int | ||
SetCursorPos ( int x, int y ) : int | ||
SetThreadExecutionState ( [ esFlags ) : uint | ||
keybd_event ( byte bVk, byte bScan, uint dwFlags, int dwExtraInfo ) : void | ||
mouse_event ( int dwFlags, int dx, int dy, int dwData, int dwExtraInfo ) : void |
public GetScreenSize ( int &width, int &height ) : void | ||
width | int | |
height | int | |
return | void |
public MouseClick ( MouseButton button ) : void | ||
button | MouseButton | |
return | void |
public MouseDown ( MouseButton button ) : void | ||
button | MouseButton | |
return | void |
public MouseMoveRelative ( int xDiff, int yDiff ) : void | ||
xDiff | int | |
yDiff | int | |
return | void |
public MouseScroll ( int scrollDelta, bool isHorizontal ) : void | ||
scrollDelta | int | |
isHorizontal | bool | |
return | void |
public Screenshot ( string dir, int width, int height ) : string | ||
dir | string | |
width | int | |
height | int | |
return | string |