|
SMG-Decomp
A decompilation of Super Mario Galaxy 1
|
Public Member Functions | |
| void | updateReadDataOnly () |
| void | updateProjectPadData () |
| void | updateInGame () |
| void | update () |
| void | initSensorBarPosition () |
| void | resetPad () |
| WPad * | getWPad (s32) |
Static Public Member Functions | |
| static void | setConnectCallback () |
Public Attributes | |
| WPad * | mPads [2] |
| WPadReadDataInfo * | mDataInfoArray |
| u32 | mHolderMode |
Definition at line 18 of file WPadHolder.hpp.
| WPadHolder::WPadHolder | ( | ) |
Definition at line 34 of file WPadHolder.cpp.
| void WPadHolder::updateReadDataOnly | ( | ) |
Definition at line 51 of file WPadHolder.cpp.
| void WPadHolder::updateProjectPadData | ( | ) |
Definition at line 59 of file WPadHolder.cpp.
| void WPadHolder::updateInGame | ( | ) |
Definition at line 65 of file WPadHolder.cpp.
| void WPadHolder::update | ( | ) |
Definition at line 75 of file WPadHolder.cpp.
| void WPadHolder::initSensorBarPosition | ( | ) |
Definition at line 89 of file WPadHolder.cpp.
| void WPadHolder::resetPad | ( | ) |
Definition at line 107 of file WPadHolder.cpp.
| WPad * WPadHolder::getWPad | ( | s32 | idx | ) |
Definition at line 115 of file WPadHolder.cpp.
| WPad* WPadHolder::mPads[2] |
Definition at line 31 of file WPadHolder.hpp.
| WPadReadDataInfo* WPadHolder::mDataInfoArray |
Definition at line 32 of file WPadHolder.hpp.
| u32 WPadHolder::mHolderMode |
Definition at line 33 of file WPadHolder.hpp.