X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=docs%2Fcontent%2Fexample-code%2Fproperties.cpp;h=f421be2cdec55c3cb1adbae0e0de34bfba617b3a;hp=bbf5ae0a639bfc17c7420cde2cad466511bb3edc;hb=1d7629dd9f67628c53841d137125833e3d5afe97;hpb=6450bfaff9367ce929f3c7769be7fcd365be550f diff --git a/docs/content/example-code/properties.cpp b/docs/content/example-code/properties.cpp index bbf5ae0..f421be2 100644 --- a/docs/content/example-code/properties.cpp +++ b/docs/content/example-code/properties.cpp @@ -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