efl/ecore_imf: add comment about ecore_imf_context_cursor_position_set()

SVN revision: 83630
This commit is contained in:
Jihoon Kim 2013-02-05 13:43:47 +00:00
parent 74cb944f25
commit e5675179b4
1 changed files with 3 additions and 0 deletions

View 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.