Difference between revisions of "VN fnc module UI gestureMenu KeyHandler"

From Savage Game Design Wiki
Jump to navigation Jump to search
m (Text replacement - " {{Function" to "Category:TODO {{Function")
m (Text replacement - "]]; |p1n=" to "]] |p1n=")
Line 38: Line 38:
 
</pre><small>''(Placeholder description extracted from the function header by '''LM_exportFunctionsToWiki.sqf''')''</small>
 
</pre><small>''(Placeholder description extracted from the function header by '''LM_exportFunctionsToWiki.sqf''')''</small>
  
|s= [] call [[VN_fnc_module_UI_gestureMenu_KeyHandler]];
+
|s= [] call [[VN_fnc_module_UI_gestureMenu_KeyHandler]]
  
 
|p1n=
 
|p1n=

Revision as of 21:14, 20 January 2021

← back to Functions Introduced in S.O.G. Prairie Fire v1.00
Argument(s): n/a
Effect(s): unknown

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
-