ktisis-tools / Ktisis

A robust posing tool for creating screenshots in FFXIV's GPose mode.
GNU General Public License v3.0
196 stars 50 forks source link

Mouse input Events & deselect on void click #62

Open emyxiv opened 1 year ago

emyxiv commented 1 year ago

Deselect Gizmo when click on nothing.

Known issue: the mouse click events aren't prevented when clicking on "Group Pose Settings" vanilla window.

emyxiv commented 1 year ago

Added Input methods to check if cursor is over a selectable actor or a vanilla window, "Deselect bone on click void" uses them. Added an option to disable "Deselect bone on click void".

The PR should be ready now.

emyxiv commented 1 year ago

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.

emyxiv commented 1 year ago

Fixup several commits to clean-up git history.

Fixed the bugs mentioned by @Fayti1703. Thanks to Ashley for the testing on this PR.