Revert "Changes after TouchData renamed to TouchEvent"
[platform/core/uifw/dali-demo.git] / examples / bezier-curve / bezier-curve-example.cpp
index 677152e..38405af 100644 (file)
@@ -492,7 +492,7 @@ public:
     }
   }
 
-  bool OnTouchControlPoint( Actor controlPoint, const TouchEvent& event )
+  bool OnTouchControlPoint( Actor controlPoint, const TouchData& event )
   {
     if( event.GetPointCount() > 0 )
     {
@@ -510,7 +510,7 @@ public:
     return false; // Don't mark this as consumed - let the layer get the touch
   }
 
-  bool OnTouchLayer( Actor actor, const TouchEvent& event )
+  bool OnTouchLayer( Actor actor, const TouchData& event )
   {
     if( event.GetPointCount() > 0 )
     {