[idd] helper: detect mode listbox selection change

This commit is contained in:
Quantum
2025-10-04 03:01:27 -04:00
committed by Geoffrey McRae
parent e082acbe44
commit 1d7cb35de8
4 changed files with 24 additions and 0 deletions

View File

@@ -31,6 +31,7 @@ class CConfigWindow : public CWindow
virtual LRESULT onCreate() override;
virtual LRESULT onFinal() override;
LRESULT onResize(DWORD width, DWORD height);
LRESULT onCommand(WORD id, WORD code, HWND hwnd);
public:
CConfigWindow();