mirror of
https://github.com/libretro/Mesen.git
synced 2024-12-15 13:28:33 +00:00
UI: Fixed mouse disappearing when playing NSF files
This commit is contained in:
parent
4652dbc428
commit
4b41148545
@ -83,10 +83,12 @@ namespace Mesen.GUI
|
||||
_tmrHideMouse.Stop();
|
||||
|
||||
if(!CursorManager.NeedMouseIcon) {
|
||||
//Only hide mouse if no zapper (otherwise this could be pretty annoying)
|
||||
ctrl.Cursor = Cursors.Default;
|
||||
|
||||
//Only hide mouse if no zapper (otherwise this could be pretty annoying)
|
||||
_tmrHideMouse.Start();
|
||||
if(InteropEmu.IsRunning() && !InteropEmu.IsPaused()) {
|
||||
_tmrHideMouse.Start();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user