Merge pull request #57517 from groud/viewport_expose_gui_focus
This commit is contained in:
commit
36880714e4
4 changed files with 35 additions and 20 deletions
|
|
@ -411,7 +411,6 @@ private:
|
|||
Control *_gui_get_drag_preview();
|
||||
|
||||
void _gui_remove_focus_for_window(Node *p_window);
|
||||
void _gui_remove_focus();
|
||||
void _gui_unfocus_control(Control *p_control);
|
||||
bool _gui_control_has_focus(const Control *p_control);
|
||||
void _gui_control_grab_focus(Control *p_control);
|
||||
|
|
@ -419,8 +418,6 @@ private:
|
|||
void _post_gui_grab_click_focus();
|
||||
void _gui_accept_event();
|
||||
|
||||
Control *_gui_get_focus_owner();
|
||||
|
||||
bool _gui_drop(Control *p_at_control, Point2 p_at_pos, bool p_just_check);
|
||||
|
||||
friend class AudioListener2D;
|
||||
|
|
@ -559,6 +556,9 @@ public:
|
|||
void gui_reset_canvas_sort_index();
|
||||
int gui_get_canvas_sort_index();
|
||||
|
||||
void gui_release_focus();
|
||||
Control *gui_get_focus_owner();
|
||||
|
||||
TypedArray<String> get_configuration_warnings() const override;
|
||||
|
||||
void set_debug_draw(DebugDraw p_debug_draw);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue