Made window show on double click

This commit is contained in:
andreja6
2018-10-23 15:09:08 -07:00
parent 5114ceb4b7
commit 8909ded488
4 changed files with 54 additions and 8 deletions

View File

@@ -6,8 +6,9 @@ public:
bool onCreate(int x, int y, int sx, int sy, HMODULE hThisInstance);
void SetProperties(Instance *);
void onResize();
HWND _hwndProp;
private:
HWND _propGrid;
HWND _hwndProp;
void _redraw();
};