mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Fix menu keyboard and controller navigation.
This commit is contained in:
parent
71a9948157
commit
2111ff0e2a
4 changed files with 66 additions and 47 deletions
|
|
@ -419,6 +419,7 @@ public:
|
|||
|
||||
void grab_focus();
|
||||
bool has_focus() const;
|
||||
bool has_focus_or_active_popup() const;
|
||||
|
||||
void start_drag();
|
||||
void start_resize(DisplayServer::WindowResizeEdge p_edge);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue