initial commit
This commit is contained in:
14
Altis_Life.Altis/dialog/function/fn_displayHandler.sqf
Normal file
14
Altis_Life.Altis/dialog/function/fn_displayHandler.sqf
Normal file
@@ -0,0 +1,14 @@
|
||||
/*
|
||||
File: fn_displayHandler.sqf
|
||||
Author: Bryan "Tonic" Boardwine
|
||||
|
||||
Description:
|
||||
Master display handler
|
||||
*/
|
||||
private ["_control","_code","_shift","_ctrlKey","_alt","_handled"];
|
||||
_handled = false;
|
||||
|
||||
//Esc Key Handler
|
||||
if ((_this select 1) isEqualTo 1) then {_handled = true;};
|
||||
|
||||
_handled;
|
||||
Reference in New Issue
Block a user