From aa80056f45af316284da2a082dc941d5f85f2dc4 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 5 Dec 2005 17:33:56 +0000 Subject: [PATCH] fix repeating stops --- stepmania/src/ScreenMapControllers.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/ScreenMapControllers.cpp b/stepmania/src/ScreenMapControllers.cpp index 81e1754d60..9f5f5452a1 100644 --- a/stepmania/src/ScreenMapControllers.cpp +++ b/stepmania/src/ScreenMapControllers.cpp @@ -140,7 +140,7 @@ static bool IsAxis( const DeviceInput& DeviceI ) void ScreenMapControllers::Input( const InputEventPlus &input ) { - if( input.type != IET_FIRST_PRESS && input.type != IET_SLOW_REPEAT ) + if( input.type != IET_FIRST_PRESS && input.type != IET_SLOW_REPEAT && input.type != IET_FAST_REPEAT ) return; // ignore LOG->Trace( "ScreenMapControllers::Input(): device: %d, button: %d",