Skip to content

Commit f0b96bf

Browse files
RicardoLuis0coelckers
authored andcommitted
further fix mouse visibility
1 parent 97effb9 commit f0b96bf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/common/platform/win32/i_mouse.cpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,12 @@ void I_CheckNativeMouse(bool preferNative, bool eventhandlerresult)
297297
{
298298
BlockMouseMove = 3;
299299
Mouse->Ungrab();
300+
301+
if(!mouse_shown)
302+
{
303+
ShowCursor(true);
304+
mouse_shown = true;
305+
}
300306
}
301307
else
302308
{

0 commit comments

Comments
 (0)