ECORE_EVENT_JOYSTICK = ecore_event_type_new();
//TIZEN_ONLY(20170307) Remove warning message
+#ifndef _WIN32
+#ifndef __APPLE__
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
ecore_input_joystick_init();
#pragma GCC diagnostic pop
+#endif
+#endif
//
return _ecore_event_init_count;
ECORE_EVENT_DETENT_ROTATE = 0; //TIZEN ONLY
ECORE_EVENT_JOYSTICK = 0;
//TIZEN_ONLY(20170307) Remove warning message
+#ifndef _WIN32
+#ifndef __APPLE__
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
ecore_input_joystick_shutdown();
#pragma GCC diagnostic pop
+#endif
+#endif
//
eina_log_domain_unregister(_ecore_input_log_dom);
_ecore_input_log_dom = -1;