small barely notable changes

This commit is contained in:
Alberto Ramos
2010-12-14 17:41:29 -07:00
parent a8b065b919
commit 902d2d4368
3 changed files with 7 additions and 3 deletions
+3 -1
View File
@@ -385,6 +385,8 @@ void ScreenSelectMusic::Input( const InputEventPlus &input )
{
// LOG->Trace( "ScreenSelectMusic::Input()" );
ScreenWithMenuElements::Input( input );
bool bHoldingCtrl =
INPUTFILTER->IsBeingPressed(DeviceInput(DEVICE_KEYBOARD, KEY_LCTRL)) ||
INPUTFILTER->IsBeingPressed(DeviceInput(DEVICE_KEYBOARD, KEY_RCTRL));
@@ -825,7 +827,7 @@ void ScreenSelectMusic::Input( const InputEventPlus &input )
if( input.type == IET_FIRST_PRESS && DetectCodes(input) )
return;
ScreenWithMenuElements::Input( input );
//ScreenWithMenuElements::Input( input );
}
bool ScreenSelectMusic::DetectCodes( const InputEventPlus &input )