From 70b41ef580644fd0fe6fa9b8ac7e4a745cfb6db3 Mon Sep 17 00:00:00 2001 From: Michael Wright Date: Thu, 14 May 2015 14:46:17 +0100 Subject: Revert "Add new MotionEvent actions for button press and release." This reverts commit 48a8a0e4322969e1551536d6183af3a1faa2240b. --- include/android/input.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'include/android') diff --git a/include/android/input.h b/include/android/input.h index c7635b8..a660761 100644 --- a/include/android/input.h +++ b/include/android/input.h @@ -305,12 +305,6 @@ enum { /* The pointer is not down but has exited the boundaries of a window or view. */ AMOTION_EVENT_ACTION_HOVER_EXIT = 10, - - /* One or more buttons have been pressed. */ - AMOTION_EVENT_ACTION_BUTTON_PRESS = 11, - - /* One or more buttons have been released. */ - AMOTION_EVENT_ACTION_BUTTON_RELEASE = 12, }; /* @@ -411,8 +405,6 @@ enum { AMOTION_EVENT_BUTTON_TERTIARY = 1 << 2, AMOTION_EVENT_BUTTON_BACK = 1 << 3, AMOTION_EVENT_BUTTON_FORWARD = 1 << 4, - AMOTION_EVENT_BUTTON_STYLUS_PRIMARY = 1 << 5, - AMOTION_EVENT_BUTTON_STYLUS_SECONDARY = 1 << 6, }; /* -- cgit v1.1