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;
|
m_sTextInput += c;
|
||||||
UpdateTextInput();
|
UpdateTextInput();
|
||||||
}
|
}
|
||||||
|
if( c >= ' ' )
|
||||||
|
return;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
Screen::Input( DeviceI, type, GameI, MenuI, StyleI ); // default input handler
|
Screen::Input( DeviceI, type, GameI, MenuI, StyleI ); // default input handler
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ class ScreenNetSelectBase : public ScreenWithMenuElements
|
|||||||
public:
|
public:
|
||||||
ScreenNetSelectBase( const CString& sName );
|
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 GameInput& GameI, const MenuInput& MenuI,
|
||||||
const StyleInput& StyleI );
|
const StyleInput& StyleI );
|
||||||
virtual void HandleScreenMessage( const ScreenMessage SM );
|
virtual void HandleScreenMessage( const ScreenMessage SM );
|
||||||
|
|||||||
Reference in New Issue
Block a user