ctrlSetMousePosition: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|=GROUP1" to "|GROUP1=")
mNo edit summary
Line 15: Line 15:


|pr= |Problems=
|pr= |Problems=
|gr1= GUI Control|GROUP1=
____________________________________________________________________________________________
____________________________________________________________________________________________


|s1= control [[ctrlSetMousePosition]] Position |Syntax=
|s1= control [[ctrlSetMousePosition]] Position |Syntax=


|p1= control: [[Control]]
|p1= control: [[Control]] |PARAMETER1=
|p2= Position: [[Array]]
|p2= Position: [[Array]] |PARAMETER2=


|r1= [[Nothing]] |Return Value=
|r1= [[Nothing]] |Return Value=

Revision as of 09:44, 25 September 2020

-wrong parameter ("arma3dev") defined!-[[:Category:Introduced with arma3dev version |?]]
Hover & click on the images for description

Description

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

Syntax

Syntax:
control ctrlSetMousePosition Position
Parameters:
control: Control
Position: Array
Return Value:
Nothing

Examples

Example 1:
_control ctrlSetURL "http://arma3.com/"

Additional Information

See also:
See also needed

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

[[Category:Introduced with arma3dev version ]][[ Category: arma3dev: New Scripting Commands | CTRLSETMOUSEPOSITION]][[ Category: arma3dev: Scripting Commands | CTRLSETMOUSEPOSITION]]

Bottom Section