Go to the source code of this file.
|
enum | MenuEvent {
MenuEvent_Up = 1 << 0
,
MenuEvent_Down = 1 << 1
,
MenuEvent_Left = 1 << 2
,
MenuEvent_Right = 1 << 3
,
MenuEvent_Forward = 1 << 4
,
MenuEvent_Back = 1 << 5
,
MenuEvent_unk = 1 << 6
,
MenuEvent_unk2 = 1 << 7
,
MenuEvent_unk3 = 1 << 8
,
MenuEvent_unk4 = 1 << 9
,
MenuEvent_unk5 = 1 << 10
,
MenuEvent_unk6 = 1 << 11
} |
|
◆ GET_MENU
◆ MenuEvent
Enumerator |
---|
MenuEvent_Up | |
MenuEvent_Down | |
MenuEvent_Left | |
MenuEvent_Right | |
MenuEvent_Forward | |
MenuEvent_Back | |
MenuEvent_unk | |
MenuEvent_unk2 | |
MenuEvent_unk3 | |
MenuEvent_unk4 | |
MenuEvent_unk5 | |
MenuEvent_unk6 | |
◆ Menu_DecrementAnimTimer()
static void Menu_DecrementAnimTimer |
( |
void |
| ) |
|
|
inlinestatic |
◆ Menu_GetEvents()
static u64 Menu_GetEvents |
( |
void |
| ) |
|
|
inlinestatic |
◆ sfxBack()
static void sfxBack |
( |
void |
| ) |
|
|
inlinestatic |
◆ sfxForward()
static void sfxForward |
( |
void |
| ) |
|
|
inlinestatic |
◆ sfxMove()
static void sfxMove |
( |
void |
| ) |
|
|
inlinestatic |
◆ Menu_InitCenterText()
static void Menu_InitCenterText |
( |
Menu * |
menu, |
|
|
u8 |
val |
|
) |
| |
|
inlinestatic |
◆ inline_test_3()
◆ inline_test_4()