Drop mouse focus and over when gui input is globally disabled #59099
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is an effort to have the same phylosophy in pause-aware physics picking; that is, you enable a mechanism to stop input from reaching targets, so the engine ensures current hovers, etc. get released to avoid keeping them in a transient state for too long, making it difficult both to itself and user code to recover when normal functionality is resumed later.
Fixes #44173.
Partially supersedes #58944.
NOTE: PR for 3.x submitted as #59100.