add input button comments

This commit is contained in:
Glenn Maynard
2005-05-08 09:19:35 +00:00
parent b322255acf
commit ed1c6ff32f
3 changed files with 20 additions and 0 deletions
+4
View File
@@ -79,6 +79,10 @@ void ScreenTestInput::Update( float fDeltaTime )
sTemp += " - not mapped";
}
CString sComment = INPUTFILTER->GetButtonComment( di );
if( sComment != "" )
sTemp += " - " + sComment;
asInputs.push_back( sTemp );
}
}