Wide character.
This commit is contained in:
@@ -193,7 +193,7 @@ void ScreenTextEntry::Input( const InputEventPlus &input )
|
|||||||
else if( input.type == IET_FIRST_PRESS )
|
else if( input.type == IET_FIRST_PRESS )
|
||||||
{
|
{
|
||||||
wchar_t c = INPUTMAN->DeviceInputToChar(input.DeviceI,true);
|
wchar_t c = INPUTMAN->DeviceInputToChar(input.DeviceI,true);
|
||||||
if( c >= ' ' )
|
if( c >= L' ' )
|
||||||
{
|
{
|
||||||
TryAppendToAnswer( WStringToRString(wstring()+c) );
|
TryAppendToAnswer( WStringToRString(wstring()+c) );
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user