dylan-mcleod / FLC-Breakout

Breakout-inspired game to be made by the FLC++ Programming Club
0 stars 0 forks source link

Mouse Input not registering clicks #14

Open Edopad opened 6 years ago

Edopad commented 6 years ago

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.