Implement/match LegoPointOfViewController::Tickle (#667)

This commit is contained in:
Christian Semmler
2024-03-13 13:46:20 -04:00
committed by GitHub
parent beb30e80ea
commit 0623e6a766
8 changed files with 99 additions and 6 deletions

View File

@@ -29,6 +29,10 @@ public:
virtual void RightDrag(int, int); // vtable+0x24
virtual void RightUp(int, int); // vtable+0x28
BOOL GetIsButtonDown() { return m_isButtonDown; }
MxDouble GetButtonX() { return m_buttonX; }
MxDouble GetButtonY() { return m_buttonY; }
private:
BOOL m_isButtonDown; // 0x08
undefined4 m_unk0x0c; // 0x0c