Exposed find_next_valid_focus and find_prev_valid_focus.

This commit is contained in:
Nils Reid
2021-01-23 23:34:44 +01:00
parent ad0f1c6670
commit 3e94c23fa5
2 changed files with 16 additions and 0 deletions

View File

@ -306,6 +306,20 @@
[/codeblocks]
</description>
</method>
<method name="find_next_valid_focus" qualifiers="const">
<return type="Control">
</return>
<description>
Finds the next (below in the tree) [Control] that can receive the focus.
</description>
</method>
<method name="find_prev_valid_focus" qualifiers="const">
<return type="Control">
</return>
<description>
Finds the previous (above in the tree) [Control] that can receive the focus.
</description>
</method>
<method name="force_drag">
<return type="void">
</return>