1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-06 19:41:11 +00:00

Working even when re-entering window.

This commit is contained in:
Mattias Cibien
2016-05-09 15:46:05 +02:00
parent 0b64b97d41
commit 4ee2999777

View File

@@ -712,6 +712,8 @@ LRESULT OS_Windows::WndProc(HWND hWnd,UINT uMsg, WPARAM wParam, LPARAM lParam) {
//Hide the cursor
if(hCursor == NULL)
hCursor = SetCursor(NULL);
else
SetCursor(NULL);
}
else {
if(hCursor != NULL) {