Feature: Support using remote cursor in screen control

This commit is contained in:
yuanyuanxiang
2026-01-16 22:06:04 +01:00
parent 3f94505aaf
commit 39e07adb3b
6 changed files with 88 additions and 18 deletions

View File

@@ -6,9 +6,10 @@
IMPLEMENT_DYNAMIC(CToolbarDlg, CDialogEx)
CToolbarDlg::CToolbarDlg(CWnd* pParent)
CToolbarDlg::CToolbarDlg(CScreenSpyDlg* pParent)
: CDialogEx(IDD_TOOLBAR_DLG, pParent)
{
m_pParent = pParent;
}
CToolbarDlg::~CToolbarDlg()