Compatibility - MrStahlfelge/gdx-controllerutils GitHub Wiki
Compatibility list
Table below shows what versions of libGDX or other dependencies are needed for gdx-controllerutils
| gdx-controllerutils | libGDX | gdx-controllers | RoboVM | Jamepad |
|---|---|---|---|---|
| 2.3.x | 1.9.11+ [1] | 2.0.0+ | - | - |
| 2.2.x | 1.9.11+ [1] | 1.9.11+ | 2.3.12+ | 2.0.12.1 |
| 2.1.x | 1.9.11+ [1] | 1.9.11+ | 2.3.10+ | 2.0.12.1 |
| 2.0.x | 1.9.11+ [1] | 1.9.11+ | 2.3.10+ | 2.0.9 |
| 1.0.x | 1.9.5-1.9.10 | 1.9.5+ | 2.3.10+ | 2.0.9 |
[1] Attention when using scene2d and 1.9.13+: controllerutils is compiled against 1.9.11, and thus with another key constant for ESCAPE. When using ControllerMenuStage 2.x with libgdx 1.9.13 and above, you have to override isEscapeActionKeyCode() for Escape to work.