Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
ScriptedWidgetEventHandler.c
Go to the documentation of this file.
1
/*
2
===========================================
3
Do not modify, this script is generated
4
===========================================
5
*/
6
11
18
class
ScriptedWidgetEventHandler
: Managed
19
{
28
event
bool
OnClick
(
Widget
w,
int
x,
int
y,
int
button);
34
event
bool
OnShow(
Widget
w);
40
event
bool
OnHide
(
Widget
w);
46
event
bool
OnEnable(
Widget
w);
52
event
bool
OnDisable(
Widget
w);
58
event
bool
OnModalClosed(
Widget
modalRoot);
67
event
bool
OnModalClickOut(
Widget
modalRoot,
int
x,
int
y,
int
button) {
return
true
; };
76
event
bool
OnDoubleClick(
Widget
w,
int
x,
int
y,
int
button);
82
event
bool
OnItemSelected(
Widget
w,
int
row,
int
column,
int
oldRow,
int
oldColumn);
90
event
bool
OnFocus(
Widget
w,
int
x,
int
y);
98
event
bool
OnFocusLost(
Widget
w,
int
x,
int
y);
106
event
bool
OnMouseEnter(
Widget
w,
int
x,
int
y);
114
event
bool
OnMouseLeave(
Widget
w,
Widget
enterW,
int
x,
int
y);
123
event
bool
OnMouseWheel(
Widget
w,
int
x,
int
y,
int
wheel);
132
event
bool
OnMouseButtonDown(
Widget
w,
int
x,
int
y,
int
button);
141
event
bool
OnMouseButtonUp(
Widget
w,
int
x,
int
y,
int
button);
150
event
bool
OnLinkEnter(
Widget
w,
int
x,
int
y,
string
link);
159
event
bool
OnLinkLeave(
Widget
w,
int
x,
int
y,
string
link);
169
event
bool
OnLinkClick(
Widget
w,
int
x,
int
y,
int
button,
string
link);
177
event
bool
OnController(
Widget
w,
ControlID
control,
int
value);
184
event
bool
OnChar(
Widget
w,
int
charCode);
191
event
bool
OnChange(
Widget
w,
bool
finished);
197
event
bool
OnWriteModeEnter(
Widget
w);
203
event
bool
OnWriteModeLeave(
Widget
w);
210
event
bool
OnChildAdd(
Widget
w,
Widget
child);
217
event
bool
OnChildRemove(
Widget
w,
Widget
child);
225
event
bool
OnParentChange(
Widget
w,
Widget
oldParent,
Widget
newParent);
233
event
bool
OnCustomEvent(
Widget
w,
int
iUserData, Managed pUserData);
239
event
bool
OnUpdate
(
Widget
w);
244
event
void
HandlerAttached(
Widget
w);
249
event
void
HandlerDeattached(
Widget
w);
250
}
251
OnUpdate
override void OnUpdate()
Definition
SCR_MapMarkerSquadLeader.c:333
OnClick
void OnClick()
On click callback.
Definition
SCR_MapToolMenuUI.c:143
OnHide
void OnHide()
Definition
SCR_ScriptedWidgetTooltip.c:183
ScriptedWidgetEventHandler
Definition
ScriptedWidgetEventHandler.c:19
Widget
Definition
Widget.c:13
ControlID
ControlID
Definition
ControlID.c:13
scripts
Core
generated
UI
ScriptedWidgetEventHandler.c
Generated by
1.17.0