-
Notifications
You must be signed in to change notification settings - Fork 49
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
Mouse input Events & deselect on void click #62
base: main
Are you sure you want to change the base?
Conversation
35fbbf5
to
0e550b9
Compare
Added Input methods to check if cursor is over a selectable actor or a vanilla window, "Deselect bone on click void" uses them. The PR should be ready now. |
Added a new config to allow deselect when mouse is over an actor, as it becomes tricky with extreme zoom and the "hover target" isn't accurate. |
d9a7c8e
to
ee2ba11
Compare
9a95799
to
5bd728b
Compare
Fixup several commits to clean-up git history. Fixed the bugs mentioned by @Fayti1703. |
Deselect Gizmo when click on nothing.
Known issue: the mouse click events aren't prevented when clicking on "Group Pose Settings" vanilla window.