Tired of F4 triggering when I'm trying to Alt-F4. If you want to toggle

fullscreen, use Alt-Enter; that's what most apps use, anyway ...
This commit is contained in:
Glenn Maynard
2003-04-18 21:25:38 +00:00
parent 795eda2372
commit a4b665d62a
-7
View File
@@ -428,13 +428,6 @@ bool HandleGlobalInputs( DeviceInput DeviceI, InputEventType type, GameInput Gam
ExitGame();
return true;
}
else
{
// pressed just F4
PREFSMAN->m_bWindowed = !PREFSMAN->m_bWindowed;
ApplyGraphicOptions();
return true;
}
}
if(DeviceI == DeviceInput(DEVICE_KEYBOARD, SDLK_F5)) // F5 conflicts with editor and AutoSync