From da11da97ad4fe3ec0f196f3d59693353afc30dfe Mon Sep 17 00:00:00 2001 From: mittorn Date: Sat, 28 Sep 2019 20:09:26 +0700 Subject: [PATCH] android: enable touch support --- engine/platform/android/android.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/engine/platform/android/android.c b/engine/platform/android/android.c index f0f8d8e5..99b9bf8a 100644 --- a/engine/platform/android/android.c +++ b/engine/platform/android/android.c @@ -809,11 +809,9 @@ void Platform_RunEvents() case event_touch_down: case event_touch_up: case event_touch_move: -#if 0 // TOUCHTODO IN_TouchEvent( events.queue[i].type, events.queue[i].arg, events.queue[i].touch.x, events.queue[i].touch.y, events.queue[i].touch.dx, events.queue[i].touch.dy ); -#endif break; case event_key_down: