mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 10:01:15 +00:00
Merge pull request #64465 from TokageItLab/bind-after-gui-input
Bind `AfterGUIInput` to GDScript and update document
This commit is contained in:
commit
b52305351d
6 changed files with 39 additions and 25 deletions
|
|
@ -1143,7 +1143,7 @@ EditorPlugin::AfterGUIInput Skeleton3DEditorPlugin::forward_spatial_gui_input(Ca
|
|||
se->update_bone_original();
|
||||
}
|
||||
}
|
||||
return EditorPlugin::AFTER_GUI_INPUT_DESELECT;
|
||||
return EditorPlugin::AFTER_GUI_INPUT_CUSTOM;
|
||||
}
|
||||
return EditorPlugin::AFTER_GUI_INPUT_PASS;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue