Open
Description
Is your feature request related to a problem? Please describe.
Currently, the input_context
turns all mouse clicks into the SELECT action, no matter where the user actually clicked. Currently this causes most ImGui windows to take some action, such as selecting a menu item. But if the input is outside of the window then it should generally close the window instead.
Solution you would like.
ImGui does have a way to test for this. I guess input_manager::get_input_event
should throw away mouse events when ImGui::GetIO().WantCaptureMouse
is set?
Describe alternatives you have considered.
No response
Additional context
No response
Metadata
Assignees
Labels
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
db48x commentedon Jul 30, 2024
Unfortunately it’s complicated.
jcy1001 commentedon Aug 2, 2024
yes u are right ,it should
github-actions commentedon Jan 15, 2025
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. Please do not bump or comment on this issue unless you are actively working on it. Stale issues, and stale issues that are closed are still considered.
Brambor commentedon Jan 16, 2025
Agreed. This is very annoying and is essentially a bug.