Difference between revisions of "VN fnc module UI gestureMenu KeyHandler"
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " |a= " to " |author= ") |
Lou Montana (talk | contribs) m (Text replacement - " |e=" to " |a= |e=") |
||
| Line 5: | Line 5: | ||
|author= | |author= | ||
| + | |||
| + | |a= | ||
|e= | |e= | ||
Revision as of 19:25, 5 January 2021
| ← back to Functions | Introduced in S.O.G. Prairie Fire v1.00 |
|
Description
/* ----------------------------------------------------------------------------
Function: vn_fnc_module_UI_gestureMenu_KeyHandler
Description:
- Eventhandler Function!
- Checks Z/Y (The one between "T" and "U"...) and executes (+blocks) it
Parameters:
["_displayorcontrol", "_key", "_shift", "_ctrl", "_alt"];
0 - DISPLAY - NOT USED - The Display (or control) it was executed on
1 - INTEGER - Pressed Button
2 - BOOL - NOT USED - SHIFT pressed?
3 - BOOL - NOT USED - CTRL pressed?
4 - BOOL - NOT USED - ALT pressed?
Example:
(findDisplay 46) displayAddEventHandler ["KeyUp", {call vn_fnc_module_UI_gestureMenu_KeyHandler;}];
Returns:
- Nothing
Author:
Dscha
---------------------------------------------------------------------------- */
(Placeholder description extracted from the function header by LM_exportFunctionsToWiki.sqf)
Syntax
- Syntax
- [] call VN_fnc_module_UI_gestureMenu_KeyHandler;
- Return value
- Nothing
Examples
- Example 1
-