From 73c225838fa2e6f3ca3adf328375d1c659dc261b Mon Sep 17 00:00:00 2001 From: Michael Alexsander Date: Thu, 20 Jan 2022 08:44:27 -0300 Subject: Make popup menus focus items automatically when not using the mouse --- doc/classes/PopupMenu.xml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc') diff --git a/doc/classes/PopupMenu.xml b/doc/classes/PopupMenu.xml index 108c674ef7..eb1b0aada7 100644 --- a/doc/classes/PopupMenu.xml +++ b/doc/classes/PopupMenu.xml @@ -331,6 +331,13 @@ [b]Note:[/b] The indices of items after the removed item will be shifted by one. + + + + + Sets the currently focused item as the given [code]index[/code]. + + -- cgit v1.2.3