SDL/android-project/app/src/main/java/org/libsdl/app
Bartłomiej Dach 576df87240 Android: Fix missing type in SDLControllerManager
The missing type in question is causing compilation failures.
The error was introduced in dca3fd8307,
which was a backport of commit de3909a190
from SDL3 to SDL2.

Because `int nballs` was removed as a parameter from the controller
API in SDL3 in revision fcafe40948,
this change is only applicable to the SDL2 branch.
2023-03-25 15:08:33 -07:00
..
HIDDevice.java Added support for claiming individiual interfaces on USB devices on Android 2020-01-13 15:35:52 -08:00
HIDDeviceBLESteamController.java Fixed whitespace 2021-11-12 08:28:02 -08:00
HIDDeviceManager.java Added support for the Turtle Beach REACT-R and Recon Xbox controllers 2023-02-21 11:29:45 -08:00
HIDDeviceUSB.java Don't bother logging security exception getting the device serial number 2020-05-29 15:40:17 -07:00
SDL.java Android audio device selection (#6824) 2022-12-16 16:38:57 +01:00
SDLActivity.java Android: orientation, check for exact match to "Portrait". (see #6959) 2023-01-02 09:48:26 +01:00
SDLAudioManager.java SDLAudioManager.java: Fixed the support for Android older than API 23 2023-01-10 20:15:35 -08:00
SDLControllerManager.java Android: Fix missing type in SDLControllerManager 2023-03-25 15:08:33 -07:00
SDLSurface.java Fixed game controller buttons being unresponsive when the on-screen keyboard is up 2022-10-06 12:10:45 -07:00