Hey there.
Probably a fairly easy question.
I’m using the mouse to rotate.
I only want x or y active at one time, Not both?
So essentially, if I’m sliding along the x-axis. Y would be disabled.
And If I change my mouse to going up the Y axis, X would be disabled.
So only one axis can be active at any time.
A bit of weird one that I can’t seem to find any documentation for
Thanks for reading ![]()
My thoughts.
Because the x and y are number inputs, you’d need some type of if gates to say when the mouse is travelling in a positive direction or negative etc, and open the gate based on the number input.