camerauis/cameraapp/generic/src/camcapturebuttoncontainer.cpp
branchRCL_3
changeset 35 e32fcfe0045f
parent 31 8f559c47d7fd
child 50 f54ad444594d
equal deleted inserted replaced
31:8f559c47d7fd 35:e32fcfe0045f
   182                 {
   182                 {
   183                 iView.HandleCommandL( ECamCmdRecord );
   183                 iView.HandleCommandL( ECamCmdRecord );
   184                 }
   184                 }
   185             else
   185             else
   186                 {
   186                 {
       
   187                 iController.SetTouchCapture( ETrue );
   187                 iView.HandleCommandL( ECamCmdCaptureImage );
   188                 iView.HandleCommandL( ECamCmdCaptureImage );
   188                 }
   189                 }
   189             }
   190             }
   190         // Drags can potentially start from inside button area
   191         // Drags can potentially start from inside button area
   191         else if ( iCaptureButtonPressed && aPointerEvent.iType != TPointerEvent::EDrag )
   192         else if ( iCaptureButtonPressed && aPointerEvent.iType != TPointerEvent::EDrag )