InjectBrowserMouseDown

From Multi Theft Auto: Wiki
Revision as of 11:18, 23 September 2014 by Jusonex (talk | contribs) (Created page with "__NOTOC__ {{Client_function}} This function injects a mouse click (state: down). ==Syntax== <syntaxhighlight lang="lua"> bool injectBrowserMouseDown ( browser webBrowser, string mouseButton...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

Syntax

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