Fix menu keyboard and controller navigation.

This commit is contained in:
Pāvels Nadtočajevs 2025-07-21 10:03:07 +03:00
parent 71a9948157
commit 2111ff0e2a
No known key found for this signature in database
GPG key ID: 8413210218EF35D2
4 changed files with 66 additions and 47 deletions

View file

@ -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);