From 26b291af78650a84bd2823217a10a1b11a663462 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Fri, 8 Jul 2016 02:13:25 +0900 Subject: [PATCH] Updated Android (markdown) --- Android.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Android.md b/Android.md index 309b4e8..c7c01a4 100644 --- a/Android.md +++ b/Android.md @@ -180,6 +180,7 @@ public class EbitenGLSurfaceView extends GLSurfaceView { int id = e.getPointerId(i); int x = (int)e.getX(i); int y = (int)e.getY(i); + // The position is in dp. Inovation.UpdateTouchesOnAndroid(e.getActionMasked(), id, (int)pxToDp(x), (int)pxToDp(y)); } return true;