Make popup menus focus items automatically when not using the mouse

This commit is contained in:
Michael Alexsander 2022-01-20 08:44:27 -03:00
parent 203e07aa39
commit 73c225838f
4 changed files with 47 additions and 17 deletions

View file

@ -331,6 +331,13 @@
[b]Note:[/b] The indices of items after the removed item will be shifted by one.
</description>
</method>
<method name="set_current_index">
<return type="void" />
<argument index="0" name="index" type="int" />
<description>
Sets the currently focused item as the given [code]index[/code].
</description>
</method>
<method name="set_item_accelerator">
<return type="void" />
<argument index="0" name="index" type="int" />