From e5675179b4cbd3e4a0da4536b4392c1297855580 Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Tue, 5 Feb 2013 13:43:47 +0000 Subject: [PATCH] efl/ecore_imf: add comment about ecore_imf_context_cursor_position_set() SVN revision: 83630 --- src/lib/ecore_imf/Ecore_IMF.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/lib/ecore_imf/Ecore_IMF.h b/src/lib/ecore_imf/Ecore_IMF.h index 95f3e7713a..37a859d8bc 100644 --- a/src/lib/ecore_imf/Ecore_IMF.h +++ b/src/lib/ecore_imf/Ecore_IMF.h @@ -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.