Go to the source code of this file.
|
| enum | MenuInput {
MenuInput_Up = 1 << 0
,
MenuInput_Down = 1 << 1
,
MenuInput_Left = 1 << 2
,
MenuInput_Right = 1 << 3
,
MenuInput_Confirm = 1 << 4
,
MenuInput_Back = 1 << 5
,
MenuInput_LTrigger = 1 << 6
,
MenuInput_RTrigger = 1 << 7
,
MenuInput_StartButton = 1 << 8
,
MenuInput_AButton = 1 << 9
,
MenuInput_XButton = 1 << 10
,
MenuInput_YButton = 1 << 11
} |
◆ GET_MENU
Value:
static void * HSD_GObjGetUserData(HSD_GObj *gobj)
Definition gobj.h:146
◆ MenuInput
| Enumerator |
|---|
| MenuInput_Up | 0x0001
|
| MenuInput_Down | 0x0002
|
| MenuInput_Left | 0x0004
|
| MenuInput_Right | 0x0008
|
| MenuInput_Confirm | 0x0010
|
| MenuInput_Back | 0x0020
|
| MenuInput_LTrigger | 0x0040
|
| MenuInput_RTrigger | 0x0080
|
| MenuInput_StartButton | 0x0100
|
| MenuInput_AButton | 0x0200
|
| MenuInput_XButton | 0x0400
|
| MenuInput_YButton | 0x0800
|
◆ Menu_DecrementAnimTimer()
| void Menu_DecrementAnimTimer |
( |
void | | ) |
|
|
inlinestatic |
◆ Menu_GetAllInputs()
| u64 Menu_GetAllInputs |
( |
void | | ) |
|
|
inlinestatic |
◆ Menu_GetInputsForPort()
| u64 Menu_GetInputsForPort |
( |
s32 | i | ) |
|
|
inlinestatic |
◆ sfxBack()
◆ sfxForward()
◆ sfxMove()
◆ Menu_InitCenterText()
| void Menu_InitCenterText |
( |
Menu * | menu, |
|
|
u8 | val ) |
|
inlinestatic |
◆ inline_test_3()
- Todo
- One of these inlines is probably correct
◆ inline_test_4()