Creating an Android app that makes a phone work like a gamepad using ADB [closed]

1 day ago 1
ARTICLE AD BOX

I need your help. I have an Android TV Box that I use in a retrogaming setup. At the moment, I don't have a gamepad, so I'm going to buy it. In the meantime, I learned searching on Google that there's a method to send mouse and keyboard input to Android TV with ADB debugging; so I thought "Can I create an app with a gamepad interface that sends signals that can be associated with game controls (e.g., circle, square, L1, R1, etc.)?"

So I made some drafts for an Android app and I noticed that the analog joysticks don't work. Searching on the web didn't help. Is there a way to implement an analog joystick with axes?

Read Entire Article