[Tizen][AT-SPI] Rework intercepting key events
[platform/core/uifw/dali-adaptor.git] / dali / internal / window-system / common / window-impl.h
index c138780..af90626 100644 (file)
@@ -691,6 +691,14 @@ private:
   void OnAccessibilityDisabled();
 
   /**
+   * @brief Called in Accessibility mode on every KeyEvent
+   *
+   * @param[in] keyEvent The key event
+   * @return Always true, meaning that the event is consumed
+   */
+  bool OnAccessibilityInterceptKeyEvent(const Dali::KeyEvent& keyEvent);
+
+  /**
    * @brief Called when the window rotation is finished.
    *
    * This signal is emmit when window rotation is finisehd and WindowRotationCompleted() is called.