Changes after TouchedSignal changes
[platform/core/uifw/dali-demo.git] / examples / tilt / tilt-example.cpp
index b7d12f6..d9dd48b 100644 (file)
@@ -56,7 +56,7 @@ public:
     window.Add( mTextLabel );
 
     // Respond to a click anywhere on the window
-    window.GetRootLayer().TouchSignal().Connect( this, &TiltController::OnTouch );
+    window.GetRootLayer().TouchedSignal().Connect( this, &TiltController::OnTouch );
 
     CreateSensor();