phoneapp/phoneuicontrol/inc/cphonekeyeventforwarder.h
branchRCL_3
changeset 10 ba54057fe027
parent 9 91c2fb4b78df
child 14 b8d67d6176f5
equal deleted inserted replaced
9:91c2fb4b78df 10:ba54057fe027
   243          * Key scan code from EEventKey Updated in HandleEventKeyDownL. 
   243          * Key scan code from EEventKey Updated in HandleEventKeyDownL. 
   244          * Zeroed in HandleEventKeyUpL.
   244          * Zeroed in HandleEventKeyUpL.
   245          */
   245          */
   246         TInt iScanCode;
   246         TInt iScanCode;
   247 
   247 
   248         /*
   248         /**
   249         * Has information of used qwerty keyboard.
   249         * Has information of used qwerty keyboard.
   250         * Own.
   250         * Own.
   251         */
   251         */
   252         CPhoneQwertyHandler* iQwertyHandler;
   252         CPhoneQwertyHandler* iQwertyHandler;
   253         
   253         
   254         /*
   254         /**
   255          * Time of the previous key press. Used for multitap behaviour.
   255          * Time of the previous key press. Used for multitap behaviour.
   256          */
   256          */
   257         TTime iPreviousKeyPressTime;
   257         TTime iPreviousKeyPressTime;
   258         
   258         
   259         /*
   259         /**
   260          * Keycode of the previous keypress. Used for multitap behaviour.
   260          * Keycode of the previous keypress. Used for multitap behaviour.
   261          */
   261          */
   262         TInt iPreviousScanCode;
   262         TInt iPreviousScanCode;
   263         
   263         
   264         /*
   264         /**
   265          * Points to next character in multitap character list.
   265          * Points to next character in multitap character list.
   266          */
   266          */
   267         TInt iMultitapIndex;
   267         TInt iMultitapIndex;
       
   268         
       
   269         /**
       
   270          * True if there has been a key event but not a closing key up event.
       
   271          * Needed to detect situations where key up event is handled before key event.
       
   272          */
       
   273         TBool iExpectKeyUpEvent;
   268     };
   274     };
   269 
   275 
   270 #endif      // CPHONEKEYEVENTFORWARDER_H
   276 #endif      // CPHONEKEYEVENTFORWARDER_H
   271             
   277             
   272 // End of File
   278 // End of File