diff -r c743ef5928ba -r f966699dea19 idlehomescreen/inc/xnuiengine.h --- a/idlehomescreen/inc/xnuiengine.h Tue Feb 02 00:04:13 2010 +0200 +++ b/idlehomescreen/inc/xnuiengine.h Fri Feb 19 22:42:37 2010 +0200 @@ -412,19 +412,6 @@ CXnHitTest& HitTest() const; /** - * Positions stylus popup according given position - * - * @since S60 5.1 - * @param aNode stylus popup node - * @param aReference a reference node where popup should fit - * @param aPosition stylus popup position to set. - */ - void PositionStylusPopupL( - CXnNode& aNode, - CXnNode& aReference, - const TPoint& aPosition ); - - /** * Gets theme resource file * * @since S60 5.1 @@ -457,6 +444,23 @@ */ void SetEventDispatcher( CXnKeyEventDispatcher* aDispatcher ); + /** + * Enables partial touch input + * + * @since Series 60 5.2 + * @param aNode Editor Node + * @param TBool True if partial input is open + */ + void EnablePartialTouchInput( CXnNode& aNode, TBool aEnable ); + + /** + * Is partial input active + * + * @since Series 60 5.2 + * @return TBool is partial input active + */ + TBool IsPartialInputActive(); + private: /** * C++ default constructor.