InjectBrowserMouseWheel

From Multi Theft Auto: Wiki
Revision as of 11:30, 23 September 2014 by Jusonex (talk | contribs) (Created page with "__NOTOC__ {{Client_function}} This function injects mouse scrolling. ==Syntax== <syntaxhighlight lang="lua"> bool injectBrowserMouseUp ( browser webBrowser, int verticalScroll, int horizon...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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