From Savage Game Design Wiki
Revision as of 12:47, 16 September 2019 by vn>Unknown user
Jump to navigation
Jump to search
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
-