MCPcopy Create free account
hub / github.com/Stewmath/GameYob / subMenuGenericUpdateFunc

Function subMenuGenericUpdateFunc

arm9/source/console.cpp:61–64  ·  view source on GitHub ↗

Private function used for simple submenus

Source from the content-addressed store, hash-verified

59
60// Private function used for simple submenus
61void subMenuGenericUpdateFunc() {
62 if (keyJustPressed(KEY_A) || keyJustPressed(KEY_B))
63 closeSubMenu();
64}
65
66// Functions corresponding to menu options
67

Callers

nothing calls this directly

Calls 2

keyJustPressedFunction · 0.85
closeSubMenuFunction · 0.85

Tested by

no test coverage detected