DragAndDrop : Add Window AddListener
[platform/core/uifw/dali-adaptor.git] / dali / internal / drag-and-drop / generic / drag-and-drop-impl-generic.cpp
index 18abea7..3eecfdc 100644 (file)
@@ -76,6 +76,16 @@ bool DragAndDropGeneric::RemoveListener(Dali::Actor target)
   return true;
 }
 
+bool DragAndDropGeneric::AddListener(Dali::Window target, Dali::DragAndDrop::DragAndDropFunction callback)
+{
+  return true;
+}
+
+bool DragAndDropGeneric::RemoveListener(Dali::Window target)
+{
+  return true;
+}
+
 void DragAndDropGeneric::SendData(void* event)
 {
   return;