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
|
||||
|
||||
@@ -13,7 +13,7 @@ class ScreenNetSelectBase : public ScreenWithMenuElements
|
||||
public:
|
||||
ScreenNetSelectBase( const CString& sName );
|
||||
|
||||
virtual void Input( const DeviceInput& DeviceI, const InputEventType type,
|
||||
void Input( const DeviceInput& DeviceI, const InputEventType type,
|
||||
const GameInput& GameI, const MenuInput& MenuI,
|
||||
const StyleInput& StyleI );
|
||||
virtual void HandleScreenMessage( const ScreenMessage SM );
|
||||
|
||||
Reference in New Issue
Block a user