Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
ControlID.c
Go to the documentation of this file.
1
/*
2
===========================================
3
Do not modify, this script is generated
4
===========================================
5
*/
6
11
12
enum
ControlID
13
{
14
NONE
,
16
SELECT
,
17
BACK
,
19
LEFT
,
20
RIGHT
,
21
UP
,
22
DOWN
,
24
MENU
,
26
DRAG
,
27
TABLEFT
,
28
TABRIGHT
,
29
RADIALMENU
,
30
COUNT
,
31
}
32
NONE
@ NONE
When Shape is created and not initialized yet.
Definition
ShapeType.c:15
LEFT
@ LEFT
navigation
Definition
GamepadTrigger.c:14
RIGHT
@ RIGHT
Definition
GamepadTrigger.c:15
ControlID
ControlID
Definition
ControlID.c:13
MENU
@ MENU
get to main menu
Definition
ControlID.c:24
RADIALMENU
@ RADIALMENU
Definition
ControlID.c:29
COUNT
@ COUNT
Definition
ControlID.c:30
DOWN
@ DOWN
call listener when button/key is pressed
Definition
ControlID.c:22
TABRIGHT
@ TABRIGHT
Definition
ControlID.c:28
TABLEFT
@ TABLEFT
Definition
ControlID.c:27
SELECT
@ SELECT
select/use focused
Definition
ControlID.c:16
UP
@ UP
call listener when button/key is released
Definition
ControlID.c:21
BACK
@ BACK
Definition
ControlID.c:17
DRAG
@ DRAG
probably needed only for consoles
Definition
ControlID.c:26
scripts
Core
generated
UI
ControlID.c
Generated by
1.17.0