|
SSBM Decomp
|
#include <melee/lb/lbaudio_ax.h>#include <melee/lb/lbspdisplay.h>#include <melee/mn/mnmain.h>#include <melee/mn/types.h>#include <sysdolphin/baselib/gobj.h>#include <sysdolphin/baselib/jobj.h>#include <sysdolphin/baselib/sislib.h>Go to the source code of this file.
Macros | |
| #define | GET_MENU(gobj) |
| #define | GET_DIAGRAM(gobj) |
| #define | GET_MNINFO(gobj) |
Enumerations | |
| 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 } |
Functions | |
| static void | Menu_DecrementAnimTimer (void) |
| static u64 | Menu_GetAllInputs (void) |
| static u64 | Menu_GetInputsForPort (s32 i) |
| static void | sfxBack (void) |
| static void | sfxForward (void) |
| static void | sfxMove (void) |
| static void | Menu_InitCenterText (Menu *menu, s32 val) |
| static void | inline_test_3 (HSD_JObj *jobj, f32 val, u8 loops, HSD_TypeMask type) |
| static void | inline_test_4 (HSD_GObj *gobj, f32 val, u8 loops, HSD_TypeMask type) |
| #define GET_MENU | ( | gobj | ) |
| #define GET_DIAGRAM | ( | gobj | ) |
| #define GET_MNINFO | ( | gobj | ) |
| enum MenuInput |
|
inlinestatic |
|
inlinestatic |
Return a MenuEvent bitfield of controller input.
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |