Browse Source

update comment

David Rose 16 years ago
parent
commit
e749054ba5
1 changed files with 3 additions and 1 deletions
  1. 3 1
      panda/src/display/graphicsWindowInputDevice.cxx

+ 3 - 1
panda/src/display/graphicsWindowInputDevice.cxx

@@ -334,7 +334,9 @@ keystroke(int keycode, double time) {
 //     Function: GraphicsWindowInputDevice::candidate
 //     Function: GraphicsWindowInputDevice::candidate
 //       Access: Public
 //       Access: Public
 //  Description: Records that the indicated candidate string has been
 //  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::
 void GraphicsWindowInputDevice::
 candidate(const wstring &candidate_string, size_t highlight_start, 
 candidate(const wstring &candidate_string, size_t highlight_start,