phoneapp/phoneuicontrol/inc/cphonekeyeventforwarder.h
branchRCL_3
changeset 22 94dc1107e8b2
parent 20 3c221667e687
--- a/phoneapp/phoneuicontrol/inc/cphonekeyeventforwarder.h	Mon Jun 21 15:39:45 2010 +0300
+++ b/phoneapp/phoneuicontrol/inc/cphonekeyeventforwarder.h	Thu Jul 15 18:38:16 2010 +0300
@@ -186,7 +186,7 @@
         /**
         * Convert key code
         */   
-        void ConvertKeyCode( TUint& aCode, const TKeyEvent& aKeyEvent ); 
+        void ConvertKeyCodeL( TUint& aCode, const TKeyEvent& aKeyEvent ); 
 
         /**
         * Handle key long press
@@ -197,7 +197,7 @@
          * Checks from the statemachine is the given keyevent 
          * one which produces a legal character in the current mode.
          */
-        TBool IsKeyAllowed( const TKeyEvent& aKeyEvent );
+        TBool IsKeyAllowedL( const TKeyEvent& aKeyEvent );
                 
         /**
          * Checks is the given key special character (*, 0, # ) from half-qwerty
@@ -297,6 +297,13 @@
          */     
         TBool iVirtualKeyBoardOpen;
         
+        
+        /**
+         * Indicates if menu or dialog was displayed
+         * when the key was pressed down.
+         */
+        TBool iDisplayingMenuOrDialogOnEventKeyDown;
+        
         /**
          * Application menu.
          * Not owned.