/**
* Shutdowns the Ecore Event system.
*
+ * @return How many times the lib has been initialized.
+ *
* @if MOBILE @since_tizen 2.4
* @elseif WEARABLE @since_tizen 3.0
* @endif
//TIZEN_ONLY(20170307) Deprecate ecore_input_joystick_init/shutdown API
/**
* Initializes the Ecore Input Joystick system.
+ *
+ * @return How many times the lib has been initialized.
+ *
* @since 1.15
*
* @if MOBILE @since_tizen 2.4
EINA_DEPRECATED EAPI int ecore_input_joystick_init(void);
/**
* Shutdowns the Ecore Input Joystick system.
+ *
+ * @return How many times the lib has been initialized.
+ *
* @since 1.15
*
* @if MOBILE @since_tizen 2.4