I have a screen stack like so:
| submenu_c (popup on popup)
| submenu_b (popup on popup)
| menu_a (popup)
| game_world
I want to pop menus a, b, and c off the stack simultaneously when the user presses enter, as a convenient way to close all menus and return to the game. I don’t see a straightforward function call for this in Monarch’s API.