update comment

This commit is contained in:
David Rose 2009-12-05 19:37:52 +00:00
parent b7fdc8d797
commit e749054ba5
1 changed files with 3 additions and 1 deletions

View File

@ -334,7 +334,9 @@ keystroke(int keycode, double time) {
// Function: GraphicsWindowInputDevice::candidate
// Access: Public
// Description: Records that the indicated candidate string has been
// highlighted.
// highlighted. This is used to implement IME support
// for typing in international languages, especially
// Chinese/Japanese/Korean.
////////////////////////////////////////////////////////////////////
void GraphicsWindowInputDevice::
candidate(const wstring &candidate_string, size_t highlight_start,