still thinking about using the mousewheel to scroll the musicwheel

This commit is contained in:
AJ Kelly
2011-02-23 12:47:05 -06:00
parent d21c96d054
commit 308325b54c
+2 -2
View File
@@ -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 )