]> git.baikalelectronics.ru Git - uboot.git/commit
expo: Implement the keypress logic for popup menus
authorSimon Glass <sjg@chromium.org>
Thu, 1 Jun 2023 16:22:59 +0000 (10:22 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 14 Jul 2023 16:54:51 +0000 (12:54 -0400)
commitd08e76a0fd23fa37a06eccbc2ca84e42721985b4
treeb5a7950debc4e8682bac5bbb9121c47afdd30863
parentc49f2e18fc0a9ef840a860bf4acf6b6fa0616cab
expo: Implement the keypress logic for popup menus

In 'popup' mode, the expo allows moving around the objects in a scene.
When 'enter' is pressed on a menu, it opens and the user can move around
the items in the menu.

Implement this using keypress handles and actions.

Signed-off-by: Simon Glass <sjg@chromium.org>
boot/scene.c
boot/scene_menu.c
doc/develop/expo.rst
include/expo.h