From 2b026165125f2f8fc5b04f92099f231999507b98 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 15 Feb 2018 14:50:14 +0100 Subject: [PATCH] Disable ENABLE_TOUCH_SCREEN_MOUSE for now until issues are resolved --- 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 6af0a9dc48..af05ea3712 100644 --- a/input/drivers/android_input.c +++ b/input/drivers/android_input.c @@ -62,7 +62,7 @@ enum { #endif /* Use this to enable/disable using the touch screen as mouse */ -#define ENABLE_TOUCH_SCREEN_MOUSE 1 +#define ENABLE_TOUCH_SCREEN_MOUSE 0 typedef struct {