mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
20 lines
472 B
Plaintext
20 lines
472 B
Plaintext
|
/*
|
||
|
Author: Aaron Clark - EpochMod.com
|
||
|
|
||
|
Contributors: [Ignatz] He-Man
|
||
|
|
||
|
Description:
|
||
|
Custom A3 Epoch KeyUp Eventhandler
|
||
|
|
||
|
Licence:
|
||
|
Arma Public License Share Alike (APL-SA) - https://www.bistudio.com/community/licenses/arma-public-license-share-alike
|
||
|
|
||
|
Github:
|
||
|
https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_code/custom/EPOCH_custom_EH_KeyDown.sqf
|
||
|
*/
|
||
|
params ["_display","_dikCode","_shift","_ctrl","_alt"];
|
||
|
_handled = false;
|
||
|
|
||
|
|
||
|
_handled
|