We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e27c4da commit c6bbc9cCopy full SHA for c6bbc9c
src/xrGame/MainMenu.cpp
@@ -350,6 +350,7 @@ void CMainMenu::IR_OnKeyboardPress(int dik)
350
{
351
IWantMyMouseBackScreamed = true;
352
pInput->GrabInput(false);
353
+ SDL_SetWindowOpacity(Device.m_sdlWnd, 0.9f);
354
}
355
356
if (SDL_SCANCODE_F12 == dik)
@@ -370,6 +371,7 @@ void CMainMenu::IR_OnKeyboardRelease(int dik)
370
371
372
IWantMyMouseBackScreamed = false;
373
pInput->GrabInput(true);
374
+ SDL_SetWindowOpacity(Device.m_sdlWnd, 1.f);
375
376
377
0 commit comments