ACE3/addons/bft_drawing/functions/fnc_MouseButtonUp.sqf
2016-09-03 09:35:37 +02:00

8 lines
115 B
Plaintext

#include "script_component.hpp"
params ["", "_key"];
if (_key != 0) then {
GVAR(mousebuttondown) = false;
};