textinput/peninputarc/inc/pensrvcliinc/peninputanim.h
branchRCL_3
changeset 10 6defe5d1bd39
parent 8 6ceef9a83b1a
child 43 ebd48d2de13c
equal deleted inserted replaced
8:6ceef9a83b1a 10:6defe5d1bd39
    67 		}
    67 		}
    68 	};
    68 	};
    69 
    69 
    70 class MTactileFeedbackServer;
    70 class MTactileFeedbackServer;
    71 
    71 
    72 // Modify for bug ETMA-7X2C5Y begin
       
    73 class CPenPointerEventSuppressor;
    72 class CPenPointerEventSuppressor;
    74 // Modify for bug ETMA-7X2C5Y end
    73 
    75 /**
    74 /**
    76  * CPeninputAnim
    75  * CPeninputAnim
    77  *
    76  *
    78  * CSpriteAnim derived class handling the semi-transparent UI of the PENINPUT.
    77  * CSpriteAnim derived class handling the semi-transparent UI of the PENINPUT.
    79  *
    78  *
   412     /**
   411     /**
   413      * the discreept pop area
   412      * the discreept pop area
   414      */	
   413      */	
   415     TRect iDiscreetPopArea;
   414     TRect iDiscreetPopArea;
   416     
   415     
   417     /**
       
   418      * Fix bug HMNN-82CDU5
       
   419      */
       
   420     TPoint iPointerDown;  // record pointer that button is pressing in  
   416     TPoint iPointerDown;  // record pointer that button is pressing in  
   421     TBool iIsMove;  //  Is key moving event happened. 
   417     TBool iIsMove;  //  Is key moving event happened. 
   422     };
   418     };
   423 
   419 
   424 
   420