Change-Id: Ia52703babe7d05b0cb212ef6366d9eb5ab5bd115
*/
EAPI Eina_Bool eext_rotary_object_event_activated_get(Evas_Object *obj);
+/**
+ * @WEARABLE_ONLY
+ * @brief Get the activated object which can receive the current rotary event.
+ *
+ * @return An @ref Evas_Object handle which is rotary event activated, otherwise @c NULL in case of an error.
+ *
+ * @if WEARABLE @since_tizen 5.5
+ * @endif
+ */
+EAPI Evas_Object *eext_rotary_event_activated_object_get();
+
/**
* @}
*/
return EINA_FALSE;
}
+EAPI Evas_Object *
+eext_rotary_event_activated_object_get()
+{
+ if (_activated_obj)
+ return _activated_obj;
+ else
+ return NULL;
+}
+
#include <system_info.h>
#include <vconf.h>