Hello,
Does anybody tested an android gamepad called "GameSir X2S Bluetooth"? (cf: Please login to see this link.)
I got an user complaining about his gamepad not working with my game.
I use the Android Object to detect if a gamepad is connected:
Code
+ Android object : Is a controller with gamepad connected?
OR
+ Android object : Is a controller with joystick connected?
OR
+ Android object : Is a controller with DPAD connected?
Then once detected, i use the AndroidTV Controller object to manage inputs.
How to know if it's the Android object or the AndroidTV Controller object that doesn't support the gamepad? Is it possible to support more gamepads?
Thank you for your help.