|
SMG-Decomp
A decompilation of Super Mario Galaxy 1
|
Public Member Functions | |
| WPadButton (const WPad *) | |
| void | update () |
| bool | testButtonUp () const |
| bool | testButtonDown () const |
| bool | testButtonLeft () const |
| bool | testButtonRight () const |
| bool | testButtonA () const |
| bool | testButtonB () const |
| bool | testButtonMinus () const |
| bool | testButtonPlus () const |
| bool | testButton1 () const |
| bool | testButton2 () const |
| bool | testButtonC () const |
| bool | testButtonZ () const |
| bool | testTriggerUp () const |
| bool | testTriggerDown () const |
| bool | testTriggerLeft () const |
| bool | testTriggerRight () const |
| bool | testTriggerA () const |
| bool | testTriggerB () const |
| bool | testTriggerMinus () const |
| bool | testTriggerHome () const |
| bool | testTriggerPlus () const |
| bool | testTrigger1 () const |
| bool | testTrigger2 () const |
| bool | testTriggerC () const |
| bool | testTriggerZ () const |
| bool | testReleaseZ () const |
| bool | isChangeAnyState () const |
Public Attributes | |
| const WPad * | mPad |
| u32 | mHold |
| u32 | _8 |
| u32 | mRelease |
| u32 | _10 |
| f32 | mDelaySec |
| f32 | mPulseSec |
Definition at line 5 of file WPadButton.hpp.
| WPadButton::WPadButton | ( | const WPad * | pPad | ) |
Definition at line 3 of file WPadButton.cpp.
| void WPadButton::update | ( | ) |
Definition at line 14 of file WPadButton.cpp.
| bool WPadButton::testButtonUp | ( | ) | const |
Definition at line 39 of file WPadButton.cpp.
| bool WPadButton::testButtonDown | ( | ) | const |
Definition at line 43 of file WPadButton.cpp.
| bool WPadButton::testButtonLeft | ( | ) | const |
Definition at line 47 of file WPadButton.cpp.
| bool WPadButton::testButtonRight | ( | ) | const |
Definition at line 51 of file WPadButton.cpp.
| bool WPadButton::testButtonA | ( | ) | const |
Definition at line 55 of file WPadButton.cpp.
| bool WPadButton::testButtonB | ( | ) | const |
Definition at line 59 of file WPadButton.cpp.
| bool WPadButton::testButtonMinus | ( | ) | const |
Definition at line 63 of file WPadButton.cpp.
| bool WPadButton::testButtonPlus | ( | ) | const |
Definition at line 67 of file WPadButton.cpp.
| bool WPadButton::testButton1 | ( | ) | const |
Definition at line 71 of file WPadButton.cpp.
| bool WPadButton::testButton2 | ( | ) | const |
Definition at line 75 of file WPadButton.cpp.
| bool WPadButton::testButtonC | ( | ) | const |
Definition at line 79 of file WPadButton.cpp.
| bool WPadButton::testButtonZ | ( | ) | const |
Definition at line 83 of file WPadButton.cpp.
| bool WPadButton::testTriggerUp | ( | ) | const |
Definition at line 87 of file WPadButton.cpp.
| bool WPadButton::testTriggerDown | ( | ) | const |
Definition at line 91 of file WPadButton.cpp.
| bool WPadButton::testTriggerLeft | ( | ) | const |
Definition at line 95 of file WPadButton.cpp.
| bool WPadButton::testTriggerRight | ( | ) | const |
Definition at line 99 of file WPadButton.cpp.
| bool WPadButton::testTriggerA | ( | ) | const |
Definition at line 103 of file WPadButton.cpp.
| bool WPadButton::testTriggerB | ( | ) | const |
Definition at line 107 of file WPadButton.cpp.
| bool WPadButton::testTriggerMinus | ( | ) | const |
Definition at line 111 of file WPadButton.cpp.
| bool WPadButton::testTriggerHome | ( | ) | const |
Definition at line 115 of file WPadButton.cpp.
| bool WPadButton::testTriggerPlus | ( | ) | const |
Definition at line 119 of file WPadButton.cpp.
| bool WPadButton::testTrigger1 | ( | ) | const |
Definition at line 123 of file WPadButton.cpp.
| bool WPadButton::testTrigger2 | ( | ) | const |
Definition at line 127 of file WPadButton.cpp.
| bool WPadButton::testTriggerC | ( | ) | const |
Definition at line 131 of file WPadButton.cpp.
| bool WPadButton::testTriggerZ | ( | ) | const |
Definition at line 135 of file WPadButton.cpp.
| bool WPadButton::testReleaseZ | ( | ) | const |
Definition at line 139 of file WPadButton.cpp.
| bool WPadButton::isChangeAnyState | ( | ) | const |
Definition at line 143 of file WPadButton.cpp.
| const WPad* WPadButton::mPad |
Definition at line 38 of file WPadButton.hpp.
| u32 WPadButton::mHold |
Definition at line 39 of file WPadButton.hpp.
| u32 WPadButton::_8 |
Definition at line 40 of file WPadButton.hpp.
| u32 WPadButton::mRelease |
Definition at line 41 of file WPadButton.hpp.
| u32 WPadButton::_10 |
Definition at line 42 of file WPadButton.hpp.
| f32 WPadButton::mDelaySec |
Definition at line 43 of file WPadButton.hpp.
| f32 WPadButton::mPulseSec |
Definition at line 44 of file WPadButton.hpp.