IET_SLOW_REPEAT -> IET_REPEAT
This commit is contained in:
@@ -92,7 +92,7 @@ void ScreenNetSelectBase::Input( const InputEventPlus &input )
|
||||
if( m_In.IsTransitioning() || m_Out.IsTransitioning() )
|
||||
return;
|
||||
|
||||
if( input.type != IET_FIRST_PRESS && input.type != IET_SLOW_REPEAT )
|
||||
if( input.type != IET_FIRST_PRESS && input.type != IET_REPEAT )
|
||||
return;
|
||||
|
||||
bool bHoldingCtrl =
|
||||
|
||||
Reference in New Issue
Block a user