armory
armory copied to clipboard
middle mosue button on moved event is bugged
if you choose mmiddle mouse and moved then it constanty clicks without need to press down middle mouse...
This isn't a bug, the Moved
input type is for detecting mouse movement. What should be fixed however, is that the Left
, Right
& Middle
button selections be removed if input type is set to Moved
.
Or better yet remove the Moved
input type all together and add a new button type called Movement
.