From fef9b63bc0ca0f12fb5517f512b5ca5fec6302ee Mon Sep 17 00:00:00 2001 From: radius Date: Sun, 17 Jun 2018 15:52:52 -0500 Subject: [PATCH] Revert "Disable ENABLE_TOUCH_SCREEN_MOUSE for now until issues are resolved" This reverts commit 2b026165125f2f8fc5b04f92099f231999507b98. --- input/drivers/android_input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/input/drivers/android_input.c b/input/drivers/android_input.c index 977bae2ee7..68ce948a42 100644 --- a/input/drivers/android_input.c +++ b/input/drivers/android_input.c @@ -65,7 +65,7 @@ enum { #endif /* Use this to enable/disable using the touch screen as mouse */ -#define ENABLE_TOUCH_SCREEN_MOUSE 0 +#define ENABLE_TOUCH_SCREEN_MOUSE 1 typedef struct {