mirror of
https://github.com/godotengine/godot.git
synced 2024-11-10 14:12:51 +00:00
Merge pull request #29579 from mrcdk/fix_29575
Drop the physics mouseover whenever a input has been handled.
This commit is contained in:
commit
8ffc56c3ca
@ -3022,6 +3022,7 @@ bool Viewport::gui_is_dragging() const {
|
||||
}
|
||||
|
||||
void Viewport::set_input_as_handled() {
|
||||
_drop_physics_mouseover();
|
||||
if (handle_input_locally) {
|
||||
local_input_handled = true;
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user