[idd] helper: implement keyboard navigation in config window

This commit is contained in:
Quantum
2025-11-09 02:13:29 -05:00
parent 3ed08ba56c
commit cab12c6bd2
4 changed files with 19 additions and 9 deletions

View File

@@ -28,5 +28,6 @@ public:
~CNotifyWindow() override;
static bool registerClass();
HWND hwndDialog();
void close();
};