InjectBrowserMouseMove

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

This function injects a mouse movement.

Syntax

bool injectBrowserMouseMove ( browser webBrowser, int posX, int posY )

OOP Syntax Help! I don't understand this!

Method: browser:injectMouseMove(...)
Counterpart: injectBrowserMouseMove


Required arguments

  • webBrowser: The browser which will retrieve the mouse movement
  • posX: Absolute X screen coordinate
  • posY: Absolute Y screen coordinate

Returns

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

Example

Todo

See Also

Todo

See also