Difference between revisions of "VN fnc module UI gestureMenu KeyHandler"
Jump to navigation
Jump to search
vn>Unknown user m (Generated by LM_exportFunctionsToWiki.sqf) |
Lou Montana (talk | contribs) m (1 revision imported) |
(No difference)
| |
Revision as of 18:23, 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
-