You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: addons/ui/flexiMenu/init.sqf
-16Lines changed: 0 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -8,22 +8,6 @@ GVAR(target) = objNull; // current object for interaction
8
8
GVAR(holdKeyDown) =false; // default global behaviour of requiring holding key down. Can be overriden by menus.
9
9
GVAR(hotKeyColor) =""; // override colour of hotkey. It is set from rsc menu file, upon opening either the "menu" or "list". If not present, a default will be used.
10
10
11
-
PREP_SUB(flexiMenu,keyDown);
12
-
PREP_SUB(flexiMenu,keyUp);
13
-
PREP_SUB(flexiMenu,menu);
14
-
PREP_SUB(flexiMenu,list);
15
-
PREP_SUB(flexiMenu,getMenuDef);
16
-
PREP_SUB(flexiMenu,getMenuOption);
17
-
PREP_SUB(flexiMenu,menuShortcut);
18
-
PREP_SUB(flexiMenu,mouseButtonDown);
19
-
PREP_SUB(flexiMenu,highlightCaretKey);
20
-
PREP_SUB(flexiMenu,execute);
21
-
22
-
// TODO: move these to public CfgFunctions soon.
23
-
PREP_SUB(flexiMenu,add);
24
-
PREP_SUB(flexiMenu,remove);
25
-
PREP_SUB(flexiMenu,setObjectMenuSource);
26
-
27
11
// prevent instant reactivation of menu after selection was made, while key still held down. Value is reset upon key release.
28
12
GVAR(optionSelected) =false;
29
13
// prevent multiple activations of menu due to key press via keyDown. onLoad can sometimes take a few milliseconds to init.
0 commit comments