Changes after touch consumed behaviour change
[platform/core/uifw/dali-toolkit.git] / docs / content / example-code / properties.cpp
index bbf5ae0..f421be2 100644 (file)
@@ -113,7 +113,7 @@ public:
     valueText << touchedCount;
     mTagText.SetProperty( TextLabel::Property::TEXT, valueText.str() );
 
-    return true; // Consumed
+    return true; // Consumed meaning any gestures will be cancelled
   }
   // C++ EXAMPLE END