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