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
@@ -183,7 +183,7 @@ void ScreenTextEntry::Input( const InputEventPlus &input )
}
else if( input.type == IET_FIRST_PRESS )
{
wchar_t c = INPUTMAN->DeviceButtonToChar(input.DeviceI.button,true);
wchar_t c = INPUTMAN->DeviceInputToChar(input.DeviceI,true);
if( c >= ' ' )
{
TryAppendToAnswer( WStringToRString(wstring()+c) );