There is a known bug (at time of coding) with mouse input where a moving cursor will not register mouse clicks. The engine core MouseManager needs to be revised to use delta time between clicks instead of distance between mouse up/down to register clicks instead of drags.
There is a known bug (at time of coding) with mouse input where a moving cursor will not register mouse clicks. The engine core MouseManager needs to be revised to use delta time between clicks instead of distance between mouse up/down to register clicks instead of drags.