InjectBrowserMouseUp: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Created page with "__NOTOC__ {{Client_function}} This function injects a mouse click (state: up). ==Syntax== <syntaxhighlight lang="lua"> bool injectBrowserMouseUp ( browser webBrowser, string mouseButton ) ...")
 
mNo edit summary
Line 20: Line 20:
==See Also==
==See Also==
Todo
Todo
==See also==
{{CEF_functions}}

Revision as of 07:42, 24 September 2014

This function injects a mouse click (state: up).

Syntax

bool injectBrowserMouseUp ( browser webBrowser, string mouseButton )

Required arguments

  • webBrowser: The web browser
  • mouseButton: The mouse button (Possible values: left, middle, right)

Returns

Returns true if the click was successfully injected, false otherwise.

Example

Todo

See Also

Todo

See also