DragAndDrop : Add Window AddListener
[platform/core/uifw/dali-adaptor.git] / dali / devel-api / adaptor-framework / drag-and-drop.cpp
index 707f691..9a7a5b4 100644 (file)
@@ -54,4 +54,14 @@ bool DragAndDrop::RemoveListener(Dali::Actor target)
   return GetImplementation(*this).RemoveListener(target);
 }
 
+bool DragAndDrop::AddListener(Dali::Window target, DragAndDropFunction callback)
+{
+  return GetImplementation(*this).AddListener(target, callback);
+}
+
+bool DragAndDrop::RemoveListener(Dali::Window target)
+{
+  return GetImplementation(*this).RemoveListener(target);
+}
+
 } // namespace Dali