Beispiel #1
0
void InputFilter::ResetRepeatRate()
{
    SetRepeatRate( REPEATS_PER_SEC );
    SetRepeatDelay( TIME_BEFORE_REPEATS );
}
Beispiel #2
0
void Button::SetRepeat(float delay, float rate)
{
    SetRepeatDelay(delay);
    SetRepeatRate(rate);
}