implement a few MxControlPresenter functions (#440)

* MxControlPresenter

* Fixes

* Minor change

* Match MxControlPresenter::StartAction

* Use flags instead

---------

Co-authored-by: Christian Semmler <mail@csemmler.com>
This commit is contained in:
Misha
2024-01-15 14:08:28 -05:00
committed by GitHub
parent 7f72a36462
commit f116389373
4 changed files with 71 additions and 13 deletions

View File

@@ -33,7 +33,8 @@ public:
virtual MxBool HasTickleStatePassed(TickleState p_tickleState) override; // vtable+0x48
virtual void Enable(MxBool p_enable) override; // vtable+0x54
virtual MxBool VTable0x64(undefined4 p_undefined) override; // vtable+0x64
virtual void VTable0x68(MxBool p_undefined); // vtable+0x68
virtual void VTable0x68(MxBool p_unk0x50); // vtable+0x68
virtual void VTable0x6c(undefined4); // vtable+0x6c
private:
MxBool FUN_10044270(undefined4, undefined4, undefined4*);