Revert "[ecore_input] add ECORE_EVENT_JOYSTICK_BUTTON_PLAY" 43/117643/1
authorShinwoo Kim <cinoo.kim@samsung.com>
Wed, 22 Feb 2017 08:59:53 +0000 (17:59 +0900)
committerShinwoo Kim <cinoo.kim@samsung.com>
Tue, 7 Mar 2017 04:53:10 +0000 (13:53 +0900)
This reverts commit 88c8ae2360d9a00b92f894552c7e2492ad1b264b.

Change-Id: I0e383028cbe9d6269576ef7e743dad65c52f94c9

src/lib/ecore_input/Ecore_Input.h
src/lib/ecore_input/ecore_input_joystick.c

index 4f9734c..ecc3054 100644 (file)
@@ -170,7 +170,6 @@ extern "C" {
         ECORE_EVENT_JOYSTICK_BUTTON_START,
         ECORE_EVENT_JOYSTICK_BUTTON_LEFT_ANALOG_STICK,
         ECORE_EVENT_JOYSTICK_BUTTON_RIGHT_ANALOG_STICK,
-        ECORE_EVENT_JOYSTICK_BUTTON_PLAY,
         ECORE_EVENT_JOYSTICK_BUTTON_LAST
      } Ecore_Event_Joystick_Button; /**< @since 1.15 */
 
index abb6f08..76d4a73 100644 (file)
@@ -115,7 +115,7 @@ _joystick_event_add(struct input_event *event, int index)
         break;
 
       case 0x13f:
-        e->button.index = ECORE_EVENT_JOYSTICK_BUTTON_PLAY;
+        /* TODO: button "PLAY" */
         break;
 
       case ABS_X: