mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-25 05:21:16 +00:00
further fix mouse visibility
This commit is contained in:
parent
97effb9047
commit
f0b96bff00
1 changed files with 6 additions and 0 deletions
|
@ -297,6 +297,12 @@ void I_CheckNativeMouse(bool preferNative, bool eventhandlerresult)
|
|||
{
|
||||
BlockMouseMove = 3;
|
||||
Mouse->Ungrab();
|
||||
|
||||
if(!mouse_shown)
|
||||
{
|
||||
ShowCursor(true);
|
||||
mouse_shown = true;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue