mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-12-27 10:11:49 +01:00
focus loss improvement
for u aap
This commit is contained in:
parent
e0345732c0
commit
900d5a4ce0
@ -1222,9 +1222,12 @@ MainWndProc(HWND window, UINT message, WPARAM wParam, LPARAM lParam)
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
case 7:
|
#ifdef FIX_BUGS // game turns on menu when focus is re-gained rather than lost
|
||||||
|
case WM_KILLFOCUS:
|
||||||
|
#else
|
||||||
|
case WM_SETFOCUS:
|
||||||
|
#endif
|
||||||
{
|
{
|
||||||
debug("ALT TABBED! CGame::InitAfterFocusLoss() \n");
|
|
||||||
CGame::InitAfterFocusLoss();
|
CGame::InitAfterFocusLoss();
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user