uifw/AvKon/animdllinc/AknAnimKeySound.h
branchRCL_3
changeset 51 fcdfafb36fe7
parent 0 2f259fa3e83a
child 55 aecbbf00d063
equal deleted inserted replaced
50:a1caeb42b3a3 51:fcdfafb36fe7
   129     /**
   129     /**
   130     * Checks if key code is in blocked.
   130     * Checks if key code is in blocked.
   131     * @param key code to be checked.
   131     * @param key code to be checked.
   132     * @return ETrue if blocked.
   132     * @return ETrue if blocked.
   133     */
   133     */
   134     static TBool IsBlockedKeyCode( TInt aScanCode );
   134     static TBool IsBlockedKeyCode( TBool aSupportQuerty , TInt aScanCode );
   135 
   135 
   136     /**
   136     /**
   137     * Checks if key code is non-blocked.
   137     * Checks if key code is non-blocked.
   138     * @param key code to be checked.
   138     * @param key code to be checked.
   139     * @return ETrue if non-blocked.
   139     * @return ETrue if non-blocked.
   199     CAknPendingKeyEvent* iPendingEvent;
   199     CAknPendingKeyEvent* iPendingEvent;
   200     
   200     
   201     // Extension for window group information.
   201     // Extension for window group information.
   202     MAnimGeneralFunctionsWindowExtension* iExt;      
   202     MAnimGeneralFunctionsWindowExtension* iExt;      
   203     
   203     
       
   204 	//support querty keypad
       
   205     TBool iSupportQuertyKey; 
       
   206     
   204     // Pointer event handling ongoing, block key events
   207     // Pointer event handling ongoing, block key events
   205     TBool iBlockKeyEvents;
   208     TBool iBlockKeyEvents;
   206     
   209     
   207     // Key event handling ongoing, block pointer events
   210     // Key event handling ongoing, block pointer events
   208     TBool iBlockPointerEvents;
   211     TBool iBlockPointerEvents;