I'd like to request a new condition for MouseKeyboard object: "On mouse move" - it would return FALSE if mouse is not moving and TRUE if it just did.
Alternatively, a new value for it: "Mouse move distance" which would return value of (x2-x1)^2+(y2-y1)^2 where x1,y1 is mouse position in n-1-th tick and x2,y2 is mouse position in n-th (current) tick.
Thanks