InjectBrowserMouseDown

From Multi Theft Auto: Wiki
Revision as of 07:42, 24 September 2014 by Fabervox (talk | contribs)
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

See also