InjectBrowserMouseMove: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Created page with "__NOTOC__ {{Client_function}} This function injects a mouse movement. ==Syntax== <syntaxhighlight lang="lua"> bool injectBrowserMouseMove ( browser webBrowser, int posX, int posY ) </syntaxhighlight> ...")
 
mNo edit summary
Line 21: Line 21:
==See Also==
==See Also==
Todo
Todo
==See also==
{{CEF_functions}}

Revision as of 07:42, 24 September 2014

This function injects a mouse movement.

Syntax

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

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