diff -r b01126ce0bec -r ba63c83f4716 idlehomescreen/inc/xnuienginepluginif.h --- a/idlehomescreen/inc/xnuienginepluginif.h Wed Sep 15 12:00:00 2010 +0300 +++ b/idlehomescreen/inc/xnuienginepluginif.h Wed Oct 13 14:18:30 2010 +0300 @@ -256,15 +256,24 @@ * @since Series 60 5.0 */ IMPORT_C void DisableRenderUiLC(); - + + /** + * Enables partial touch input + * + * @since Series 60 5.2 + * @param aNode Editor Node + * @param TBool True if partial input is open + */ + IMPORT_C void EnablePartialTouchInput( CXnNodePluginIf& aNode, TBool aEnable ); + /** * Checks if text editor is focused or partioal touch input open. * - * @since S60 5.2 + * @since Series 60 5.2 * @return TBool True if partial input is open or editor focused */ IMPORT_C TBool IsTextEditorActive(); - + private: // Data