Expose Window's _get_contents_minimum_size() to scripting

This commit is contained in:
Michael Alexsander
2023-08-02 13:53:37 -03:00
parent dc05278b03
commit f270163ab0
5 changed files with 18 additions and 2 deletions

View File

@ -210,6 +210,7 @@ public:
StringName _window_input;
StringName _window_unhandled_input;
StringName window_input;
StringName _get_contents_minimum_size;
StringName theme_changed;
StringName shader_overrides_group;