From 74cbe5aa9105506dfae98f25ca28e3893cb77406 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 6 Dec 2003 08:50:54 +0000 Subject: [PATCH] comment --- stepmania/src/StepMania.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stepmania/src/StepMania.cpp b/stepmania/src/StepMania.cpp index 31676b54be..c32b2cc67b 100644 --- a/stepmania/src/StepMania.cpp +++ b/stepmania/src/StepMania.cpp @@ -1126,6 +1126,8 @@ static void HandleInputEvents(float fDeltaTime) // HACK: Numlock is read is being pressed if the NumLock light is on. // Filter out all NumLock repeat messages + /* XXX: Is this still needed? If so, it should probably be done in the + * affected input driver. */ if( DeviceI.device == DEVICE_KEYBOARD && DeviceI.button == SDLK_NUMLOCK && type != IET_FIRST_PRESS ) continue; // skip