The TouchCharInput class can now use key sending strategies.

W.I.P: AWT key sender for the mod installer
Add ability to choose the either the TexturView ro SurfaceView
1:1 mapping of the touchpad in the mod installer
This commit is contained in:
SerpentSpirale 2022-03-23 22:39:12 +01:00 committed by Boulay Mathias
parent 146cc46121
commit 46ee7b33bc
15 changed files with 264 additions and 119 deletions

View file

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