mulwidgets/gesturehelper/src/gesturehelperimpl.cpp
branchRCL_3
changeset 16 65e535be25c8
parent 3 4526337fb576
child 21 125793e17004
equal deleted inserted replaced
14:c377fbf92a12 16:65e535be25c8
   273             // Then again when he touches the first finger, in that case you should be validating these pointers w.r.t
   273             // Then again when he touches the first finger, in that case you should be validating these pointers w.r.t
   274             // the pointer numbers of the last touched finger
   274             // the pointer numbers of the last touched finger
   275              
   275              
   276             // we shouldnot consider pointer number here. If pointer 1 is
   276             // we shouldnot consider pointer number here. If pointer 1 is
   277             // already touched and dragging and we recieve a down of pointer 0     
   277             // already touched and dragging and we recieve a down of pointer 0     
   278                     
   278             if( iPointerCount == 0 && pointerNumber == 1)
   279             if( iPointerCount == 1 )
   279                 {
       
   280                 return EFalse;                
       
   281                 }        
       
   282             else if( iPointerCount == 1 )
   280                 {
   283                 {
   281                 if(iCurrentPointer == pointerNumber )
   284                 if(iCurrentPointer == pointerNumber )
   282                     {
   285                     {
   283                     TRAP_IGNORE( EmitCancelEventL() );
   286                     TRAP_IGNORE( EmitCancelEventL() );
   284                     Reset();
   287                     Reset();