You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Merge pull request #88811 from Sauermann/fix-focus-change-doc
Mention how Control focus loss affects `Viewport.gui_focus_change`
This commit is contained in:
@@ -414,6 +414,7 @@
|
|||||||
<param index="0" name="node" type="Control" />
|
<param index="0" name="node" type="Control" />
|
||||||
<description>
|
<description>
|
||||||
Emitted when a Control node grabs keyboard focus.
|
Emitted when a Control node grabs keyboard focus.
|
||||||
|
[b]Note:[/b] A Control node losing focus doesn't cause this signal to be emitted.
|
||||||
</description>
|
</description>
|
||||||
</signal>
|
</signal>
|
||||||
<signal name="size_changed">
|
<signal name="size_changed">
|
||||||
|
|||||||
Reference in New Issue
Block a user