mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Fix FOCUS_ACCESSIBILITY grabbing focus when it is not supposed to, forward GraphNode key input to GraphEdit.
This commit is contained in:
parent
e37c6261ea
commit
db0c0a9182
6 changed files with 21 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue