Skip to content

Commit

Permalink
chore: 更新注释
Browse files Browse the repository at this point in the history
  • Loading branch information
Blinue committed Jun 16, 2024
1 parent e984103 commit 5994da7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Magpie.Core/CursorManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,7 @@ void CursorManager::_SetClipCursor(const RECT& clipRect, bool is3DGameMode) noex
}

// 裁剪区域变化了才调用 ClipCursor。每次调用 ClipCursor 都会向前台窗口发送 WM_MOUSEMOVE
// 消息,一些程序无法正确处理。见 GH#920
// 消息,一些程序无法正确处理,如 GH#920 和 GH#927
if (targetClip != _lastClip || is3DGameMode) {
ClipCursor(&targetClip);
_lastClip = targetClip;
Expand Down

0 comments on commit 5994da7

Please sign in to comment.