Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_OnFocusUIComponent.c
Go to the documentation of this file.
1
6{
8
13
14 override bool OnFocus(Widget w, int x, int y)
15 {
16 Event_OnFocusChanged.Invoke(true);
17 return true;
18 }
19
20 override bool OnFocusLost(Widget w, int x, int y)
21 {
22 Event_OnFocusChanged.Invoke(false);
23 return false;
24 }
25
26};
override bool OnFocusLost(Widget w, int x, int y)
override bool OnFocus(Widget w, int x, int y)
ref ScriptInvoker Event_OnFocusChanged
ScriptInvokerBase< func > ScriptInvoker
Definition tools.c:134