use DeviceInputToChar

This commit is contained in:
Glenn Maynard
2006-06-15 03:35:54 +00:00
parent 825d59ec44
commit 0a5256bb03
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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) )
{