-
Notifications
You must be signed in to change notification settings - Fork 120
Studio transform bug #1065
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Studio transform bug #1065
Conversation
|
The next step is detecting when the users mouse is no longer moving inside of engine-render https://github.com/exokitxr/exokit/pull/1065/files#diff-818c6db2ba21b9def5bafb0e208c1111R215 |
|
Is there a way to get |
|
Not finding anything in a quick search, should dragging outside of the window be allowed behavior here? |
|
Yes, I think so. We just need to handle the mouse moving up. |
|
|
This PR fixes a studio bug where when you click and hold transform while moving mouse outside of window, let go of click, moving cursor in viewport still is in transform mode.