src/gui/kernel/qeventdispatcher_mac.mm
branchRCL_3
changeset 7 3f74d0d4af4c
parent 5 d3bac044e0f0
equal deleted inserted replaced
6:dee5afe5301f 7:3f74d0d4af4c
   490         case NSTabletPoint:      
   490         case NSTabletPoint:      
   491         case NSTabletProximity:  
   491         case NSTabletProximity:  
   492         case NSOtherMouseDown:   
   492         case NSOtherMouseDown:   
   493         case NSOtherMouseUp:     
   493         case NSOtherMouseUp:     
   494         case NSOtherMouseDragged:
   494         case NSOtherMouseDragged:
       
   495 #if MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_6
       
   496         case NSEventTypeGesture: // touch events
       
   497         case NSEventTypeMagnify:
       
   498         case NSEventTypeSwipe:
       
   499         case NSEventTypeRotate:
       
   500         case NSEventTypeBeginGesture:
       
   501         case NSEventTypeEndGesture:
       
   502 #endif
   495             result    = true;
   503             result    = true;
   496         break;
   504         break;
   497 
   505 
   498         default:
   506         default:
   499         break;
   507         break;