Fixed Sliding Menu for Android App, added new primitives and fix mutating cards.

This commit is contained in:
valfieri
2020-06-12 16:47:11 +02:00
parent 67c7102687
commit 2b398b425d
5 changed files with 507 additions and 220 deletions

View File

@@ -1507,7 +1507,7 @@ class SDLSurface extends SurfaceView implements SurfaceHolder.Callback,
// Variables for touch events
public float y2;
public final int DELTA_Y = 300;
public final int DELTA_Y = 800;
// Startup
public SDLSurface(Context context, SDLActivity app) {