mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-10-10 17:38:10 +00:00
[idd] helper/CWindow: add onClose and onDestroy hooks
This commit is contained in:
@@ -8,6 +8,8 @@ class CWindow {
|
||||
static LRESULT CALLBACK wndProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam);
|
||||
|
||||
virtual LRESULT onCreate();
|
||||
virtual LRESULT onClose();
|
||||
virtual LRESULT onDestroy();
|
||||
|
||||
protected:
|
||||
static HINSTANCE hInstance;
|
||||
|
Reference in New Issue
Block a user