efl/ecore_imf: add comment about ecore_imf_context_cursor_position_set()
authorJihoon Kim <imfine98@gmail.com>
Tue, 5 Feb 2013 13:43:47 +0000 (13:43 +0000)
committerJihoon Kim <imfine98@gmail.com>
Tue, 5 Feb 2013 13:43:47 +0000 (13:43 +0000)
SVN revision: 83630

src/lib/ecore_imf/Ecore_IMF.h

index 95f3e7713a0c270af832e749604c980240d8e3ff..37a859d8bca912fb520f1fb7c5c99824eb47d21f 100644 (file)
@@ -830,6 +830,9 @@ EAPI void                          ecore_imf_context_reset(Ecore_IMF_Context *ct
  * position has been made.
  *
  * This function should be called when cursor position is changed or mouse up event is generated.
+ * Some input methods that do a heavy job using this event can give a critical performance latency problem.
+ * For better typing performance, we suggest that the cursor position change events need to be occurred
+ * only if the cursor position is on a confirmed status not on moving status.
  *
  * @param ctx An #Ecore_IMF_Context.
  * @param cursor_pos New cursor position in characters.