Improved gestures (#249) #253

This commit is contained in:
Andrey Novikov
2016-11-22 10:55:17 +03:00
committed by Emux
parent ca5e34e1fb
commit 71f7c45b21
10 changed files with 239 additions and 204 deletions

View File

@@ -139,5 +139,14 @@ public class MapEventLayerTest {
public int getPointerCount() {
return 0;
}
@Override
public MotionEvent copy() {
return new TestMotionEvent(action, x, y);
}
@Override
public void recycle() {
}
}
}