mirror of
https://github.com/Blinue/Magpie.git
synced 2026-06-24 02:04:10 +00:00
fix: 修复有时移动光标失败的问题
This commit is contained in:
parent
84ad9ce2a8
commit
bd01db0d35
2 changed files with 5 additions and 7 deletions
|
|
@ -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:
|
||||
{
|
||||
// 有两个退出路径:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue