Is it possible to capture the previous mouse action (the direction in which the object was moved)?
Hi everyone~
It seems there’s a history feature, and I’d like to capture the direction in which I moved the object in the previous step.
For example:
I just dragged an object, and now I want to know the direction of the movement—whether it was left, right, up, or down.
If the object was moved both left and up at the same time, take the direction with the largest movement value.
Thank you.


