tweak repeat rate

This commit is contained in:
Glenn Maynard
2003-11-25 22:03:01 +00:00
parent 076a9a84ab
commit 7fa1cd9a2e
+6
View File
@@ -631,6 +631,12 @@ void ScreenOptions::HandleScreenMessage( const ScreenMessage SM )
m_framePage.BeginTweening( 0.3f, Actor::TWEEN_ACCELERATE );
m_framePage.SetX( SCREEN_RIGHT );
break;
case SM_GainFocus:
INPUTFILTER->SetRepeatRate( 0.25f, 12, 0.25f, 12 );
break;
case SM_LoseFocus:
INPUTFILTER->ResetRepeatRate();
break;
}
}