InjectBrowserMouseWheel: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Created page with "__NOTOC__ {{Client_function}} This function injects mouse scrolling. ==Syntax== <syntaxhighlight lang="lua"> bool injectBrowserMouseUp ( browser webBrowser, int verticalScroll, int horizon...")
 
mNo edit summary
Line 21: Line 21:
==See Also==
==See Also==
Todo
Todo
==See also==
{{CEF_functions}}

Revision as of 07:42, 24 September 2014

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

See also