From e749054ba557428ce4f210bcf4cf6f9f1b96dcf0 Mon Sep 17 00:00:00 2001 From: David Rose Date: Sat, 5 Dec 2009 19:37:52 +0000 Subject: [PATCH] update comment --- panda/src/display/graphicsWindowInputDevice.cxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/panda/src/display/graphicsWindowInputDevice.cxx b/panda/src/display/graphicsWindowInputDevice.cxx index eb7e38aa90..6d8033ca6e 100644 --- a/panda/src/display/graphicsWindowInputDevice.cxx +++ b/panda/src/display/graphicsWindowInputDevice.cxx @@ -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,