added MENU version screen + MENU dismisses menu
This commit is contained in:
parent
d24721469d
commit
467a66438b
5 changed files with 272 additions and 176 deletions
|
|
@ -198,6 +198,7 @@ int PAD_isPressed(int btn);
|
|||
int PAD_justReleased(int btn);
|
||||
int PAD_justRepeated(int btn);
|
||||
|
||||
int PAD_tappedMenu(uint32_t now); // special case, returns 1 on release of BTN_MENU within 250ms and BTN_PLUS/BTN_MINUS haven't been pressed
|
||||
|
||||
///////////////////////////////
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue