#include "script_component.hpp" /* * Author: chris579 * Triggered when a mouse button is released on the map. * * Arguments: * 0: Map Control the evh was assigned to * 1: Button code * 2: Position of x * 3: Position of y * 4: State of Shift * 5: State of Ctrl * 6: State of Alt * * Return Value: * None * * Example: * [CONTROL, 2] call ace_markers_fnc_onMouseButtonUp * * Public: No */ params ["_ctrlMap", "_button", "_x", "_y", "_shift", "_ctrl", "_alt"]; GVAR(moving) = false;