Xander
Xander
SDL successfully loads into the game, controlify detects it and can find controllers using the SDL android sysjoystick driver. Attempts were made to remove pojav's gamepad emulation. A preference has...
Currently you can only specify interface injection by putting it in `fabric.mod.json` (FMJ). Loom reads from the FMJ at sync time. I propose extending the Loom Gradle extension to allow...
This param is not the codepoint. KeyboardHandler converts the codepoint into high/low surrogate and sends individual event for each. This is the snippet of that code: ```java private void charTyped(long...