Matthew

Results 23 comments of Matthew

So you mean fork this repo and make that upgrade to the Jamepad library, publish my forked version to Maven or something, and then include that in my Android LibGDX...

Ok, I have the following versions gdxControllersVersion=2.2.4-SNAPSHOT jamepadVersion=2.26.4.0 gdxVersion=1.12.1 And I updated my Desktop build gradle: dependencies { implementation project(':core') implementation "com.badlogicgames.gdx:gdx-backend-lwjgl3:$gdxVersion" implementation "com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-desktop" implementation "com.badlogicgames.gdx-controllers:gdx-controllers-desktop:$gdxControllersVersion" implementation "com.badlogicgames.gdx:gdx-box2d-platform:$gdxVersion:natives-desktop" implementation("com.badlogicgames.jamepad:jamepad:$jamepadVersion") {...

WHILE the program is hanging? That sounds like Logcat. If this were Android, I'd check the Logcat output with a crash like this. But is there such an equivalent on...