mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
Implement/match LegoPointOfViewController::Tickle (#667)
This commit is contained in:

committed by
GitHub

parent
beb30e80ea
commit
0623e6a766
@@ -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
|
||||
|
Reference in New Issue
Block a user