setMousePosition: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
[[Category:Scripting Commands|SETMOUSEPOSITION]]
[[Category:Scripting Commands|SETMOUSEPOSITION]]
[[Category:Scripting Commands OFP Elite |SETMOUSEPOSITION]]
[[Category:Scripting Commands OFP Elite |SETMOUSEPOSITION]]
[[Category:Scripting Commands ArmA|SETMousePosition]]
[[Category:Scripting Commands ArmA|SETMOUSEPOSITION]]





Revision as of 21:32, 4 July 2006


setMousePosition [x, y]


Operand types:

[x, y]: Array

Type of returned value:

Nothing

Compatibility:

Version 2.91 required.

Description:

Move (UI) mouse pointer to specified position of the screen.


Example:

setMousePosition [0.5, 0.5]