Switch to SurfaceView for performance; Fix dropping items when it shouldn't be the case;

This commit is contained in:
SerpentSpirale 2022-03-19 00:06:07 +01:00 committed by Boulay Mathias
parent 4dc3a4755e
commit 98a5d0b6fd
6 changed files with 119 additions and 723 deletions

View file

@ -1,6 +1,6 @@
package net.kdt.pojavlaunch;
import static net.kdt.pojavlaunch.MinecraftGLView.FINGER_SCROLL_THRESHOLD;
import static net.kdt.pojavlaunch.MinecraftGLSurfaceView.FINGER_SCROLL_THRESHOLD;
import static net.kdt.pojavlaunch.Tools.currentDisplayMetrics;
import static net.kdt.pojavlaunch.prefs.LauncherPreferences.DEFAULT_PREF;