Improve remote control ScreenSpyDlg reconnect logic

This commit is contained in:
yuanyuanxiang
2026-01-11 23:47:12 +01:00
parent bab7279c2a
commit da2184c39e
4 changed files with 65 additions and 14 deletions

View File

@@ -68,7 +68,8 @@ public:
BOOL m_bIsFirst;
ULONG m_ulHScrollPos;
ULONG m_ulVScrollPos;
VOID DrawTipString(CString strString);
// fillMode: 0=不填充, 1=全黑, 2=半透明
VOID DrawTipString(CString strString, int fillMode=1);
POINT m_ClientCursorPos;
BYTE m_bCursorIndex;