feat: 1. drag to panel address combobox opens the archive/dir; 2. mouse forward/backward key nav

This commit is contained in:
shunf4
2024-05-11 00:29:54 +08:00
parent 92304fbc6a
commit 0e3812de49
6 changed files with 77 additions and 2 deletions

View File

@@ -295,8 +295,10 @@ class CPanel: public NWindows::NControl::CWindow2
int _comboBoxID;
UINT _statusBarID;
public:
CAppState *_appState;
private:
bool OnCommand(int code, int itemID, LPARAM lParam, LRESULT &result);
LRESULT OnMessage(UINT message, WPARAM wParam, LPARAM lParam);
virtual bool OnCreate(CREATESTRUCT *createStruct);