InjectBrowserMouseUp: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{Client_function}}
{{Client_function}}
{{New feature/item|3.0150|1.5||
This function injects a mouse click (state: up).  
This function injects a mouse click (state: up).  
}}


==Syntax==
==Syntax==
Line 7: Line 9:
bool injectBrowserMouseUp ( browser webBrowser, string mouseButton )
bool injectBrowserMouseUp ( browser webBrowser, string mouseButton )
</syntaxhighlight>
</syntaxhighlight>
{{OOP||[[Element/Browser|browser]]:injectMouseUp||injectBrowserMouseUp}}


===Required arguments===
===Required arguments===

Revision as of 19:19, 7 February 2015

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

Syntax

bool injectBrowserMouseUp ( browser webBrowser, string mouseButton )

OOP Syntax Help! I don't understand this!

Method: browser:injectMouseUp(...)
Counterpart: injectBrowserMouseUp


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