#145 Support remote drawing board

This commit is contained in:
yuanyuanxiang
2025-07-05 22:26:01 +08:00
parent 7f5b409c5c
commit 65cb4b23d5
12 changed files with 306 additions and 2 deletions

View File

@@ -242,6 +242,7 @@ public:
afx_msg LRESULT OnOpenChatDialog(WPARAM wParam, LPARAM lParam);
afx_msg LRESULT OnOpenDecryptDialog(WPARAM wParam, LPARAM lParam);
afx_msg LRESULT OnOpenFileMgrDialog(WPARAM wParam, LPARAM lParam);
afx_msg LRESULT OnOpenDrawingBoard(WPARAM wParam, LPARAM lParam);
afx_msg LRESULT UPXProcResult(WPARAM wParam, LPARAM lParam);
afx_msg BOOL OnHelpInfo(HELPINFO* pHelpInfo);
virtual BOOL PreTranslateMessage(MSG* pMsg);