setMousePosition: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
 
mNo edit summary
Line 9: Line 9:
'''Operand types:'''
'''Operand types:'''


'''[x, y]:''' [Array]]
'''[x, y]:''' [[Array]]


'''Type of returned value:'''
'''Type of returned value:'''
Line 22: Line 22:


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


'''Example:'''
'''Example:'''


'''setMousePosition''' [0.5, 0.5]
'''setMousePosition''' [0.5, 0.5]

Revision as of 21:31, 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]