InjectBrowserMouseWheel
Jump to navigation
Jump to search
This function injects mouse scrolling.
Syntax
bool injectBrowserMouseUp ( browser webBrowser, int verticalScroll, int horizontalScroll )
Required arguments
- webBrowser: The web browser
- verticalScroll: Amount of units you want the browser to scroll along the Y-axe.
- horizontalScroll: Amount of units you want the browser to scroll along the X-axe.
Returns
Returns true if the mouse action was successfully injected, false otherwise.
Example
Todo
See Also
Todo