Fix FOCUS_ACCESSIBILITY grabbing focus when it is not supposed to, forward GraphNode key input to GraphEdit.

This commit is contained in:
Pāvels Nadtočajevs 2025-04-20 20:30:34 +03:00
parent e37c6261ea
commit db0c0a9182
No known key found for this signature in database
GPG key ID: 8413210218EF35D2
6 changed files with 21 additions and 4 deletions

View file

@ -337,6 +337,7 @@ private:
// Focus.
bool _is_focusable() const;
void _window_find_focus_neighbor(const Vector2 &p_dir, Node *p_at, const Rect2 &p_rect, const Rect2 &p_clamp, real_t p_min, real_t &r_closest_dist_squared, Control **r_closest);
Control *_get_focus_neighbor(Side p_side, int p_count = 0);
bool _is_focus_mode_enabled() const;