Change: Allow user to have custom keymappings and still chat.
This commit is contained in:
@@ -163,6 +163,8 @@ void ScreenNetSelectBase::Input( const DeviceInput& DeviceI, const InputEventTyp
|
||||
m_sTextInput += c;
|
||||
UpdateTextInput();
|
||||
}
|
||||
if( c >= ' ' )
|
||||
return;
|
||||
break;
|
||||
}
|
||||
Screen::Input( DeviceI, type, GameI, MenuI, StyleI ); // default input handler
|
||||
|
||||
Reference in New Issue
Block a user