videoplayback/videoplaybackcontrols/src/mpxvideoplaybackprogressbar.cpp
branchRCL_3
changeset 14 8970fbd719ec
parent 13 112a725ff2c2
child 16 7f2b2a65da29
equal deleted inserted replaced
13:112a725ff2c2 14:8970fbd719ec
    13 *
    13 *
    14 * Description: Progress bar control
    14 * Description: Progress bar control
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 // Version : %version: e003sa33#19 %
    18 // Version : %version: e003sa33#20 %
    19 
    19 
    20 
    20 
    21 // INCLUDE FILES
    21 // INCLUDE FILES
    22 #include <eikenv.h>
    22 #include <eikenv.h>
    23 #include <gulicon.h>
    23 #include <gulicon.h>
   858 {
   858 {
   859     if ( iPointerEventStarted || iDragging )
   859     if ( iPointerEventStarted || iDragging )
   860     {
   860     {
   861         TPointerEvent event;
   861         TPointerEvent event;
   862         event.iType = TPointerEvent::EButton1Up;
   862         event.iType = TPointerEvent::EButton1Up;
       
   863         event.iPosition.iX = iSliderRect.iTl.iX;
       
   864 
   863         MPX_TRAPD( err, HandlePointerEventL(event) );
   865         MPX_TRAPD( err, HandlePointerEventL(event) );
   864     }
   866     }
   865 }
   867 }
   866 
   868 
   867 //  End of File
   869 //  End of File