mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-15 14:14:47 +01:00
show correct cursor when mouse isn't locked
This commit is contained in:
parent
dc0548c1df
commit
3e64d12cf6
@ -1039,6 +1039,9 @@ LRESULT CALLBACK WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
if (htcode == HTCLIENT && !ddraw->locked)
|
||||
return DefWindowProc(hWnd, uMsg, wParam, lParam);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user