[dali_1.9.21] Merge branch 'devel/master'
[platform/core/uifw/dali-core.git] / dali / devel-api / events / hit-test-algorithm.h
index 20dfc22..8435e85 100644 (file)
@@ -2,7 +2,7 @@
 #define  __DALI_HIT_TEST_ALGORITHM_H__
 
 /*
- * Copyright (c) 2018 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2020 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -19,7 +19,8 @@
  */
 
 #include <dali/public-api/actors/actor.h>
-#include <dali/public-api/common/stage.h>
+#include <dali/devel-api/common/stage.h>
+#include <dali/integration-api/scene.h>
 
 
 namespace Dali
@@ -145,17 +146,6 @@ typedef bool (*HitTestFunction)(Actor actor, TraverseType type);
  */
 DALI_CORE_API bool HitTest( Stage stage, const Vector2& screenCoordinates, Results& results, HitTestFunction func );
 
-/**
- * @brief Hit test specific to a given RenderTask.
- *
- * @param[in] renderTask The render task for hit test
- * @param[in] screenCoordinates The screen coordinates.
- * @param[out] results The results of the hit-test, only modified if something is hit
- * @param[in] func The function to use in the hit-test algorithm.
- * @return true if something was hit
- */
-DALI_CORE_API bool HitTest( RenderTask& renderTask, const Vector2& screenCoordinates, Results& results, HitTestFunction func );
-
 } // namespace HitTestAlgorithm
 
 } // namespace Dali