ctrlAt: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Fix wording)
m (2.12 released, no longer only dev branch)
Line 3: Line 3:
|game1= arma3
|game1= arma3
|version1= 2.12
|version1= 2.12
|branch= dev


|gr1= GUI Control
|gr1= GUI Control

Revision as of 16:37, 28 February 2023

Hover & click on the images for description

Description

Description:
Description
Groups:
GUI Control

Syntax

Syntax:
display ctrlAt [x, y]
Parameters:
display: Display - the display to check
x: Number - position (0 = left, 1 = right)
y: Number - position (0 = top, 1 = bottom)
Return Value:
Control - the control at the specified coordinates, controlNull if none

Examples

Example 1:
private _ctrl = _myDisplay ctrlAt [0.5, 0.5];

Additional Information

See also:
ctrlCreate ctrlSetPosition ctrlCommit

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