[idd] helper: add icon context menu with log directory open

This commit is contained in:
Quantum
2025-09-14 05:42:29 -04:00
committed by Geoffrey McRae
parent e1a2fa790d
commit 19989ce9fb
3 changed files with 38 additions and 6 deletions

View File

@@ -13,8 +13,11 @@ class CWindow {
HWND m_hwnd = NULL;
NOTIFYICONDATA m_iconData;
HMENU m_menu;
LRESULT handleMessage(UINT uMsg, WPARAM wParam, LPARAM lParam);
LRESULT onCreate();
LRESULT onNotifyIcon(UINT uEvent, WORD wIconId, int x, int y);
void registerIcon();
public: