mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-24 17:49:52 +01:00
fix mousei input issues in diablo 1
This commit is contained in:
parent
51d9ef58d9
commit
418df16446
@ -734,6 +734,7 @@ HWND WINAPI fake_CreateWindowExA(
|
|||||||
g_ddraw->bnet_active = TRUE;
|
g_ddraw->bnet_active = TRUE;
|
||||||
SetTimer(g_ddraw->hwnd, IDT_TIMER_REDRAW_BNET, 200, (TIMERPROC)NULL);
|
SetTimer(g_ddraw->hwnd, IDT_TIMER_REDRAW_BNET, 200, (TIMERPROC)NULL);
|
||||||
mouse_unlock();
|
mouse_unlock();
|
||||||
|
ReleaseCapture();
|
||||||
}
|
}
|
||||||
|
|
||||||
POINT pt = { 0, 0 };
|
POINT pt = { 0, 0 };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user