Also since dragStart is not updated at all while using modes other than Select, I think being able to drag-select while in other mode is not intended so I change that as well in this PR.
If it's intended then just need to disable the ImGui::IsWindowFocused() condition for this.
Fix for issue#6 I just opened
Also since dragStart is not updated at all while using modes other than Select, I think being able to drag-select while in other mode is not intended so I change that as well in this PR.
If it's intended then just need to disable the ImGui::IsWindowFocused() condition for this.