From 308325b54c910b3337ca5bf0bda5655c665b71d7 Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Wed, 23 Feb 2011 12:47:05 -0600 Subject: [PATCH] still thinking about using the mousewheel to scroll the musicwheel --- src/ScreenSelectMusic.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ScreenSelectMusic.cpp b/src/ScreenSelectMusic.cpp index 3fbb770efb..ff6780ff10 100644 --- a/src/ScreenSelectMusic.cpp +++ b/src/ScreenSelectMusic.cpp @@ -420,8 +420,6 @@ void ScreenSelectMusic::Input( const InputEventPlus &input ) } } - // todo: use mousewheel to scroll MusicWheel -aj - // debugging? // I just like being able to see untransliterated titles occasionally. if( input.DeviceI.device == DEVICE_KEYBOARD && input.DeviceI.button == KEY_F9 ) @@ -491,6 +489,8 @@ void ScreenSelectMusic::Input( const InputEventPlus &input ) m_bStepsChosen[input.pn] ) return; // ignore + // todo: use mousewheel to scroll MusicWheel -aj + if( USE_PLAYER_SELECT_MENU ) { if( input.type == IET_RELEASE && input.MenuI == GAME_BUTTON_SELECT )