You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use the orientation of the focused controller to move windows
This was the original intention but instead of checking the focused
property of the controllers we're using enabled. If both hands or
controllers were used the the first one (the right one) was always
selected because it was the first enabled one in the list (but not
the only one).
Fixes#1885
0 commit comments