InjectBrowserMouseWheel

From Multi Theft Auto: Wiki
Revision as of 20:15, 6 February 2015 by Strix (talk | contribs)
Jump to navigation Jump to search

This function injects mouse scrolling.

Syntax

bool injectBrowserMouseWheel ( 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

See also