remove IET_FAST_REPEAT

This commit is contained in:
Glenn Maynard
2006-09-13 02:55:19 +00:00
parent 73dec47116
commit d03db0c4f9
13 changed files with 20 additions and 24 deletions
+1 -1
View File
@@ -235,7 +235,7 @@ void InputFilter::Update( float fDeltaTime )
/* Generate IET_FIRST_PRESS and IET_RELEASE events that were delayed. */
CheckButtonChange( bs, di, now );
/* Generate IET_FAST_REPEAT and IET_SLOW_REPEAT events. */
/* Generate IET_SLOW_REPEAT events. */
if( !bs.m_bLastReportedHeld )
{
// If the key isn't pressed, and hasn't been pressed for a while (so debouncing