ctrlSetMousePosition: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(formatting and new command group)
m (Some wiki formatting)
(One intermediate revision by the same user not shown)
Line 2: Line 2:


|game1= arma3
|game1= arma3
|version1= 2.02
|version1= 2.02


Line 19: Line 18:
|r1= [[Nothing]]
|r1= [[Nothing]]


|x1= <code>_control [[ctrlSetMousePosition]] [0.5, 0.5];</code>
|x1= <sqf>_control ctrlSetMousePosition [0.5, 0.5];</sqf>


|seealso= [[setMousePosition]]
|seealso= [[setMousePosition]]
}}
}}

Revision as of 14:41, 5 May 2022

Hover & click on the images for description

Description

Description:
Similar to setMousePosition but relative to the given control.
Groups:
GUI Control - Positioning

Syntax

Syntax:
control ctrlSetMousePosition [x, y]
Parameters:
control: Control
x: Number - Position in x
y: Number - Position in y
Return Value:
Nothing

Examples

Example 1:
_control ctrlSetMousePosition [0.5, 0.5];

Additional Information

See also:
setMousePosition

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note