New Super Mario Bros. U Headers
Loading...
Searching...
No Matches
SysControllerMgr.h
Go to the documentation of this file.
1#pragma once
2
3#include <heap/seadDisposer.h>
4
6{
8
9public:
15 static_assert(sizeof(SetUpType) == 4);
16
17public:
19
20 bool isURCC(s32 controller_index) const;
21
22 void enterHBM();
23 void exitHBM();
24
25 void setRemoteEnable(bool enable)
26 {
27 mIsRemoteEnable = enable;
28 }
29
30protected:
34 u32 _1c[(0xB0 - 0x1C) / sizeof(u32)];
35
36};
37static_assert(sizeof(SysControllerMgr) == 0xB0);
Definition SysControllerMgr.h:6
bool mIsRemoteEnable
Definition SysControllerMgr.h:33
s32 mDRCTouchPanelIndex
Definition SysControllerMgr.h:31
bool isURCC(s32 controller_index) const
void setRemoteEnable(bool enable)
Definition SysControllerMgr.h:25
SetUpType mSetUpType
Definition SysControllerMgr.h:32
u32 _1c[(0xB0 - 0x1C)/sizeof(u32)]
Definition SysControllerMgr.h:34