isle: Improving WinMain and SetupWindow accuracy (#38)

* fix second Tick call, change loop

* add missing parameter to SetupWindow

* add missing include

* reorganize CreateWindowEx

* reorder cursor assignments

* declare SetupWindow as inline

* fix indent

* WinMain 99%

* minor improvement
This commit is contained in:
Christian Semmler
2023-06-23 20:45:25 +02:00
committed by GitHub
parent 7dbb06eef3
commit 579ee84049
4 changed files with 370 additions and 358 deletions

View File

@@ -20,7 +20,10 @@ public:
__declspec(dllexport) void Register(MxCore *);
__declspec(dllexport) void UnRegister(MxCore *);
int m_unk00[0x400];
char m_pad00[0x19C];
int m_joystickIndex;
char m_pad200[0x194];
MxBool m_useJoystick;
};
#endif // LEGOINPUTMANAGER_H