InjectBrowserMouseDown

From Multi Theft Auto: Wiki
Revision as of 19:17, 7 February 2015 by Jusonex (talk | contribs)
Jump to navigation Jump to search

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

Syntax

bool injectBrowserMouseDown ( browser webBrowser, string mouseButton )

OOP Syntax Help! I don't understand this!

Method: browser:injectMouseDown(...)
Counterpart: injectBrowserMouseDown


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