use DeviceInputToChar
This commit is contained in:
@@ -120,7 +120,7 @@ void ScreenNetSelectBase::Input( const InputEventPlus &input )
|
||||
break;
|
||||
default:
|
||||
wchar_t c;
|
||||
c = INPUTMAN->DeviceButtonToChar(input.DeviceI.button,true);
|
||||
c = INPUTMAN->DeviceInputToChar(input.DeviceI, true);
|
||||
|
||||
if( (c >= ' ') && (!bHoldingCtrl) )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user