|
| | SysControllerWrapper () |
| | ~SysControllerWrapper () override |
| void | calc (u32 prev_hold, bool prev_pointer_on) override |
| void | registerWith (SysController::Id id) |
| | ControllerWrapper () |
| | ~ControllerWrapper () override |
| u32 | createPadMaskFromControllerPadMask_ (u32 controller_mask) const |
| void | setPadConfig (s32 padbit_max, const u8 *pad_config, bool enable_stickcross_emulation) |
| | ControllerWrapperBase () |
| | ~ControllerWrapperBase () override |
| virtual void | setIdle () |
| void | registerWith (Controller *controller, bool copy_repeat_setting) |
| void | unregister () |
| void | copyRepeatSetting (const Controller *controller) |
| void | setEnable (bool enable) |
| void | setEnableOtherWrappers (bool enable) const |
| | ControllerBase (s32 padBitMax, s32 leftStickCrossStartBit, s32 rightStickCrossStartBit, s32 touchKeyBit) |
| u32 | getHoldMask () const |
| u32 | getTrigMask () const |
| u32 | getReleaseMask () const |
| u32 | getRepeatMask () const |
| u32 | getTrigMaskWithRepeat () const |
| u32 | getPadHoldCount (s32 bit) const |
| const Vector2f & | getLeftStick () const |
| const Vector2f & | getRightStick () const |
| f32 | getLeftAnalogTrigger () const |
| f32 | getRightAnalogTrigger () const |
| const Vector2f & | getPointer () const |
| const Vector2i & | getPointerPrev () const |
| bool | isPointerOn () const |
| bool | isPointerOnNow () const |
| bool | isPointerOffNow () const |
| bool | isPointerUnkFlag3 () const |
| bool | isHold (u32 mask) const |
| bool | isTrig (u32 mask) const |
| bool | isHoldAll (u32 mask) const |
| bool | isRelease (u32 mask) const |
| bool | isRepeat (u32 mask) const |
| bool | isTrigWithRepeat (u32 mask) const |
| void | setPadRepeat (u32 mask, u8 delay_frame, u8 pulse_frame) |
| void | setLeftStickCrossThreshold (f32 hold, f32 release) |
| void | setRightStickCrossThreshold (f32 hold, f32 release) |
| void | setPointerBound (const BoundBox2f &bound) |
| const BoundBox2f & | getPointerBound () const |
| | IDisposer () |
| virtual | ~IDisposer () |