Merge pull request #1577 from shygoo/input-require-focus

[N-Rage] Ignore input if main window isn't focused
This commit is contained in:
zilmar 2019-01-27 16:27:21 +10:30 committed by GitHub
commit c85054f0c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -539,7 +539,7 @@ EXPORT void CALL GetKeys(int Control, BUTTONS * Keys )
#ifdef ENABLE_RAWPAK_DEBUG
DebugWriteA("CALLED: GetKeys\n");
#endif
if( g_bConfiguring )
if( g_bConfiguring || GetForegroundWindow() != g_strEmuInfo.hMainWindow)
Keys->Value = 0;
else
{