Duy Tran
Duy Tran
Excuse me, but why don't you port jdk8 instead? Also, I succeed to port jdk8 to Android, but stuck at ``` /home/runner/work/android-openjdk-build-multiarch/android-openjdk-build-multiarch/openjdk/jdk/src/share/native/sun/java2d/loops/GraphicsPrimitiveMgr.c: In function 'InitSimpleTypes.constprop': /home/runner/work/android-openjdk-build-multiarch/android-openjdk-build-multiarch/openjdk/jdk/src/share/native/sun/java2d/loops/GraphicsPrimitiveMgr.c:314:17: internal compiler error: in...
Simple reason for porting Java 8 is LTS available, but Java 11 have LTS too.
It seems that your launcher works by adding every jar to the class loader, which didn't cause to update the `java.class.path` property. [Fabric Loader uses this property](https://github.com/FabricMC/fabric-loader/blob/ca14b00bc41b8c2d7564fceb88e3f646469b9a5a/src/main/java/net/fabricmc/loader/impl/launch/knot/Knot.java#L109) to find the...
Controller input is untested as I don’t have one to do so. Anyways, I have made some changes to map left thumbstick to camera/virtual mouse movement, however speed is unknown.
Current code is missing ticking, I will look at it > the movement doesn't seem to take into consideration the "exact" location of the thumbstick direction. What I mean by...
Thumbstick is swapped and have ticking configured. However, speed is again unknown to fit (a bit too fast?). I tried it only with a virtual joystick.
The sensitivity slider in game control settings should be what you’re looking for.
Virtual mouse speed can be changed in launcher settings. Camera movement speed can be changed in game `mouse sensitivity` settings. If you have any other problems, please open a new...
There’s no need for a switch. We can just implement the hold-mode when the finger is long-pressed.
> the installer cannot reach `meta.quiltmc.org:443' There might be un-configured parts in the [java_sandbox.policy](https://github.com/PojavLauncherTeam/PojavLauncher/blob/v3_openjdk/app_pojavlauncher/src/main/assets/components/security/java_sandbox.policy) file (the main purpose is block access to account data files). Adding this rule to `grant`...