ctrlSetFocus: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (template:command argument fix) |
||
Line 7: | Line 7: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| Set the input focus on given control. |= | | Set the input focus on given control. |DESCRIPTION= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| '''ctrlSetFocus''' controlName|= | | '''ctrlSetFocus''' controlName|SYNTAX= | ||
|p1= controlName: [[Control]] |= | |p1= controlName: [[Control]] |PARAMETER1= | ||
| [[Nothing]] |= | | [[Nothing]] |RETURNVALUE= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <pre>ctrlSetFocus _control</pre> |= | |x1= <pre>ctrlSetFocus _control</pre> |EXAMPLE1= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| |= | | |SEEALSO= | ||
}} | }} |
Revision as of 14:36, 7 April 2019
Description
- Description:
- Set the input focus on given control.
- Groups:
- Uncategorised
Syntax
Examples
- Example 1:
ctrlSetFocus _control
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
Notes
Bottom Section
- Posted on June 30, 2017 - 09:54 (UTC)
- IT07
- This command seems to only work on controls that accept any input from keyboard or mouse.