videoplayback/videoplaybackcontrols/tsrc/videoplaybackcontrols_test/inc/mpxvpbuih_stub.h
branchRCL_3
changeset 21 315810614048
parent 0 96612d01cf9f
equal deleted inserted replaced
20:2d690156cf8f 21:315810614048
    13 *
    13 *
    14 * Description:  Implementation of MPXVideoPlaybackUserInputHandler
    14 * Description:  Implementation of MPXVideoPlaybackUserInputHandler
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 // Version : %version:  ou1cpsw#4 %
    18 // Version : %version:  5 %
    19 
    19 
    20 
    20 
    21 #ifndef MPXVIDEOPLAYBACKUSERINPUTHANDLER_H_
    21 #ifndef MPXVIDEOPLAYBACKUSERINPUTHANDLER_H_
    22 #define MPXVIDEOPLAYBACKUSERINPUTHANDLER_H_
    22 #define MPXVIDEOPLAYBACKUSERINPUTHANDLER_H_
    23 
    23 
    76 
    76 
    77         void ProcessKeyEventL( const TKeyEvent& aKeyEvent, TEventCode aType );
    77         void ProcessKeyEventL( const TKeyEvent& aKeyEvent, TEventCode aType );
    78 
    78 
    79     private:
    79     private:
    80 
    80 
    81         TMPXVideoUserInputType                  iProcessingInputType; 	// the type of input being processed
    81         TMPXVideoUserInputType                  iProcessingInputType;     // the type of input being processed
    82         TUint                                   iLastPressedKeyCode;     // keycode of last key that sent EEventKeyDown
       
    83         TInt                                    iLastPressedKeyScanCode; // scancode of last key that sent EEventKeyDown
    82         TInt                                    iLastPressedKeyScanCode; // scancode of last key that sent EEventKeyDown
    84 
    83 
    85         CMPXVideoPlaybackContainer*             iContainer;	  // not owned
    84         CMPXVideoPlaybackContainer*             iContainer;      // not owned
    86 };
    85 };
    87 
    86 
    88 
    87 
    89 #endif /*MPXVIDEOPLAYBACKUSERINPUTHANDLER_H_*/
    88 #endif /*MPXVIDEOPLAYBACKUSERINPUTHANDLER_H_*/
    90 
    89