fix: 修复有时移动光标失败的问题

This commit is contained in:
刘旭 2021-12-21 15:51:59 +08:00
commit bd01db0d35
2 changed files with 5 additions and 7 deletions

View file

@ -524,11 +524,6 @@ LRESULT App::_HostWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
}
switch (message) {
case WM_USER + 2:
{
SetCursorPos(wParam, lParam);
break;
}
case WM_DESTROY:
{
// 有两个退出路径: