mirror of
https://github.com/libretro/Mesen.git
synced 2025-01-18 23:02:57 +00:00
UI: Don't allow mouse capture if no game is running
This commit is contained in:
parent
5fdc2f86a4
commit
a355313965
@ -124,6 +124,10 @@ namespace Mesen.GUI
|
||||
{
|
||||
get
|
||||
{
|
||||
if(!InteropEmu.IsRunning()) {
|
||||
return false;
|
||||
}
|
||||
|
||||
if(InteropEmu.IsPaused()) {
|
||||
return false;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user