|
SMG-Decomp
A decompilation of Super Mario Galaxy 1
|
Public Member Functions | |
| WPadInfoChecker (WPad *) | |
| s32 | getBattery () const |
| void | successGetInfo () |
| void | startCheck () NO_INLINE |
| void | reset () |
| void | update () |
Public Attributes | |
| WPad * | mPad |
| WPADInfo | mPadInfo |
| u32 | _1C |
| s32 | mBattery |
Definition at line 6 of file WPadInfoChecker.hpp.
| WPadInfoChecker::WPadInfoChecker | ( | WPad * | pPad | ) |
Definition at line 3 of file WPadInfoChecker.cpp.
| s32 WPadInfoChecker::getBattery | ( | ) | const |
Definition at line 8 of file WPadInfoChecker.cpp.
| void WPadInfoChecker::successGetInfo | ( | ) |
Definition at line 12 of file WPadInfoChecker.cpp.
| void WPadInfoChecker::startCheck | ( | ) |
Definition at line 16 of file WPadInfoChecker.cpp.
| void WPadInfoChecker::reset | ( | ) |
Definition at line 21 of file WPadInfoChecker.cpp.
| void WPadInfoChecker::update | ( | ) |
Definition at line 26 of file WPadInfoChecker.cpp.
| WPad* WPadInfoChecker::mPad |
Definition at line 16 of file WPadInfoChecker.hpp.
| WPADInfo WPadInfoChecker::mPadInfo |
Definition at line 17 of file WPadInfoChecker.hpp.
| u32 WPadInfoChecker::_1C |
Definition at line 18 of file WPadInfoChecker.hpp.
| s32 WPadInfoChecker::mBattery |
Definition at line 19 of file WPadInfoChecker.hpp.