don't hide cursor in the yr menus
This commit is contained in:
parent
e41101f3d4
commit
c2701f0d18
1 changed files with 1 additions and 0 deletions
|
@ -1521,6 +1521,7 @@ LRESULT CALLBACK WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
|
|||
ddraw->cursor.x = (x - ddraw->render.viewport.x) * ddraw->render.unScaleW;
|
||||
ddraw->cursor.y = (y - ddraw->render.viewport.y) * ddraw->render.unScaleH;
|
||||
|
||||
ddraw->hidecursor = FALSE;
|
||||
mouse_lock();
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue