Merge "Moved Gesture::State and -::Type to gesture-enumerations.h." into devel/master
[platform/core/uifw/dali-demo.git] / examples / gestures / gesture-example.cpp
old mode 100755 (executable)
new mode 100644 (file)
index 4bab310..d04c63e
@@ -158,7 +158,7 @@ private:
     background.Add( touchControl );
 
     // Connect to the touch signal
-    touchControl.TouchSignal().Connect( this, &GestureExample::OnTouch );
+    touchControl.TouchedSignal().Connect( this, &GestureExample::OnTouch );
     touchControl.SetProperty( Actor::Property::LEAVE_REQUIRED, true );
 
     // Create a long press gesture detector, attach the actor & connect