IET_SLOW_REPEAT -> IET_REPEAT
This commit is contained in:
@@ -55,7 +55,7 @@ void ScreenBookkeeping::Update( float fDelta )
|
||||
|
||||
void ScreenBookkeeping::Input( const InputEventPlus &input )
|
||||
{
|
||||
if( input.type != IET_FIRST_PRESS && input.type != IET_SLOW_REPEAT )
|
||||
if( input.type != IET_FIRST_PRESS && input.type != IET_REPEAT )
|
||||
return; // ignore
|
||||
|
||||
Screen::Input( input ); // default handler
|
||||
|
||||
Reference in New Issue
Block a user