If it is a key event that occurred in another window, it skipped
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / focus-manager / keyboard-focus-manager-impl.h
index 31b0601..87e73f8 100644 (file)
@@ -338,6 +338,11 @@ private:
    */
   void ClearFocusIndicator();
 
+  /**
+   * Gets the current native window id
+   */
+  uint32_t GetCurrentWindowId() const;
+
 private:
   // Undefined
   KeyboardFocusManager(const KeyboardFocusManager&);
@@ -382,6 +387,8 @@ private:
 
   bool mEnableDefaultAlgorithm : 1; ///< Whether use default algorithm focus
 
+  uint32_t mCurrentWindowId; ///< The current native window id
+
 };
 
 } // namespace Internal