[dali_2.3.42] Merge branch 'devel/master'
[platform/core/uifw/dali-adaptor.git] / dali / devel-api / adaptor-framework / window-system-devel.h
index fc8dc8f..4070acc 100644 (file)
 
 namespace Dali
 {
-
 namespace DevelWindowSystem
 {
-
 /**
  * @brief Get the screen size.
  *
@@ -40,6 +38,20 @@ namespace DevelWindowSystem
  */
 DALI_ADAPTOR_API void GetScreenSize(int32_t& width, int32_t& height);
 
+/**
+ * @brief Sets the processes using geometry event propagation touch and hover events.
+ *
+ * @param[in] enabled True if the processes using geometry event propagation touch and hover events.
+ */
+DALI_ADAPTOR_API void SetGeometryHittestEnabled(bool enabled);
+
+/**
+ * @brief Queries whether the scene using geometry event propagation touch and hover events.
+ *
+ * @return True if the scene using geometry event propagation touch and hover events.
+ */
+DALI_ADAPTOR_API bool IsGeometryHittestEnabled();
+
 } // namespace DevelWindowSystem
 
 } // namespace Dali