From a4b665d62a6f0ee082ee5c64fb56bcd5930eb099 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 18 Apr 2003 21:25:38 +0000 Subject: [PATCH] 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 ... --- stepmania/src/StepMania.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/stepmania/src/StepMania.cpp b/stepmania/src/StepMania.cpp index f1e2128968..7f94401f76 100644 --- a/stepmania/src/StepMania.cpp +++ b/stepmania/src/StepMania.cpp @@ -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