Revert "Changes after TouchData renamed to TouchEvent"
[platform/core/uifw/dali-demo.git] / examples / remote-image-loading / remote-image-loading-example.cpp
index a58abf4..5bf7e1f 100644 (file)
@@ -144,7 +144,7 @@ public:
     }
   }
 
-  void OnTouch(const TouchEvent &touch)
+  void OnTouch(const TouchData &touch)
   {
     if (touch.GetState(0) == PointState::DOWN)
     {
@@ -165,7 +165,7 @@ public:
     return false;
   }
 
-  bool OnControlTouch(Actor actor, const TouchEvent &touch)
+  bool OnControlTouch(Actor actor, const TouchData &touch)
   {
     if (touch.GetState(0) == PointState::DOWN)
     {