phoneapp/phoneuicontrol/inc/cphonekeyeventforwarder.h
branchRCL_3
changeset 31 ba54057fe027
parent 25 91c2fb4b78df
child 39 b8d67d6176f5
--- a/phoneapp/phoneuicontrol/inc/cphonekeyeventforwarder.h	Tue Apr 27 16:37:10 2010 +0300
+++ b/phoneapp/phoneuicontrol/inc/cphonekeyeventforwarder.h	Tue May 11 16:13:03 2010 +0300
@@ -245,26 +245,32 @@
          */
         TInt iScanCode;
 
-        /*
+        /**
         * Has information of used qwerty keyboard.
         * Own.
         */
         CPhoneQwertyHandler* iQwertyHandler;
         
-        /*
+        /**
          * Time of the previous key press. Used for multitap behaviour.
          */
         TTime iPreviousKeyPressTime;
         
-        /*
+        /**
          * Keycode of the previous keypress. Used for multitap behaviour.
          */
         TInt iPreviousScanCode;
         
-        /*
+        /**
          * Points to next character in multitap character list.
          */
         TInt iMultitapIndex;
+        
+        /**
+         * True if there has been a key event but not a closing key up event.
+         * Needed to detect situations where key up event is handled before key event.
+         */
+        TBool iExpectKeyUpEvent;
     };
 
 #endif      // CPHONEKEYEVENTFORWARDER_H