remove fast repeat rate. It's the same as the slow rate, and nothing uses it. (IET_FAST_REPEAT kept for now, since some code uses it.)

This commit is contained in:
Glenn Maynard
2005-09-22 23:22:18 +00:00
parent 30c23a8129
commit ee9fd1ecc2
3 changed files with 8 additions and 13 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ public:
void Reset();
void Update(float fDeltaTime);
void SetRepeatRate( float fSlowDelay, float fSlowRate, float fFastDelay, float fFastRate );
void SetRepeatRate( float fSlowDelay, float fFastDelay, float fRepeatRate );
void ResetRepeatRate();
void ResetKeyRepeat( DeviceInput di );