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
@@ -519,7 +519,7 @@ void ScreenNameEntryTraditional::Input( const InputEventPlus &input )
}
else
{
wchar_t ch = INPUTMAN->DeviceButtonToChar(input.DeviceI.button,true);
wchar_t ch = INPUTMAN->DeviceInputToChar(input.DeviceI,true);
MakeUpper( &ch, 1 );
c = ch;
}