From 072b7059ff669fcf9229c81f98814a900a4147b6 Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Tue, 15 Feb 2011 23:25:30 -0600 Subject: [PATCH] eventually, I'd like the mousewheel to scroll the MusicWheel. --- src/ScreenSelectMusic.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ScreenSelectMusic.cpp b/src/ScreenSelectMusic.cpp index 7f1fe3abaa..b9c7014a2a 100644 --- a/src/ScreenSelectMusic.cpp +++ b/src/ScreenSelectMusic.cpp @@ -419,6 +419,8 @@ 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 )