textinput/peninputarc/inc/pensrvcliinc/peninputcmdparamext.h
branchRCL_3
changeset 56 8152b1f1763a
parent 46 bd83ceabce89
equal deleted inserted replaced
50:5a1685599b76 56:8152b1f1763a
    43 
    43 
    44     //flag indicates whether full updated needed.        
    44     //flag indicates whether full updated needed.        
    45     // see MAnimSpriteFunctions::UpdateMember
    45     // see MAnimSpriteFunctions::UpdateMember
    46     TBool iFullUpdateFlag;
    46     TBool iFullUpdateFlag;
    47     };
    47     };
    48 
       
    49 /**
       
    50  * parameters for pointer event suppressor
       
    51  */
       
    52 struct TPointerEventSuppressorParameters
       
    53     {
       
    54     TBool iMoveEventSuppressEnabled;
       
    55     TSize iMoveEventMaxMovement;
       
    56     TInt  iMoveEventTimeout;
       
    57     
       
    58     TBool iUpEventSuppressEnabled;
       
    59     TSize iUpEventMaxMovement;
       
    60     TInt  iUpEventTimeout;
       
    61     };
       
    62 
       
    63 #endif //_PENINPUTPARAM_EXT_H
    48 #endif //_PENINPUTPARAM_EXT_H