mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 03:07:41 +00:00
More CGuiSys and CFrontEndUI work
This commit is contained in:
@@ -74,6 +74,7 @@ public:
|
||||
CFinalInput& operator|=(const CFinalInput& other);
|
||||
bool operator==(const CFinalInput& other)
|
||||
{ return memcmp(this, &other, sizeof(CFinalInput)) == 0; }
|
||||
float DeltaTime() const {return x0_dt;}
|
||||
u32 ControllerIdx() const {return x4_controllerIdx;}
|
||||
|
||||
bool PStart() const {return x2e_b31_PStart;}
|
||||
|
||||
Reference in New Issue
Block a user