fep/aknfep/inc/AknFepKeyCatcher.h
branchRCL_3
changeset 29 857bebeecec0
parent 7 a47de9135b21
--- a/fep/aknfep/inc/AknFepKeyCatcher.h	Wed Jun 09 10:03:19 2010 +0300
+++ b/fep/aknfep/inc/AknFepKeyCatcher.h	Mon Jun 21 16:02:35 2010 +0300
@@ -122,6 +122,7 @@
     inline void SetFlag(TInt aFlag);
     inline void ClearFlag(TInt aFlag);
     inline TBool IsFlagSet(TInt aFlag) const;
+    TKeyResponse CheckForSpecilacaseHandlingTosetKeyboardtype(const TKeyEvent& aKeyEvent, TEventCode aEventCode);
 	TBool IsNaviKey(TUint aCode);
 private:    
     // Data not owned
@@ -131,6 +132,9 @@
     TUint iFlags;
     TKeyPressLength     iKeyPressLength;
     TInt iLongPressedScanCode;
+    TBool iPreviousKeyeventNormal;
+    TBool iPreviousKeyeventSpecial;
+    TBool iRetainKeyBoardtypeFornextkeyevent;
     };
 
 /**