Improve: Save user customized remote desktop cursor settings to registry

This commit is contained in:
yuanyuanxiang
2026-07-14 21:38:21 +02:00
parent a646e0417d
commit 0cd7516bde
4 changed files with 20 additions and 9 deletions

View File

@@ -277,7 +277,6 @@ public:
HCURSOR m_hRemoteCursor = NULL;
HCURSOR m_hCustomCursor = NULL; // 缓存的自定义光标
DWORD m_dwCustomCursorHash = 0; // 当前自定义光标哈希
BOOL m_bUseCustomCursor = TRUE; // 是否使用自定义光标
CRect m_CRect;
double m_wZoom=1, m_hZoom=1;
int m_offsetX=0, m_offsetY=0; // 自适应模式黑边偏移(像素)