eventually, I'd like the mousewheel to scroll the MusicWheel.

This commit is contained in:
AJ Kelly
2011-02-15 23:25:30 -06:00
parent 42693e91e7
commit 072b7059ff
+2
View File
@@ -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 )