titanius-launcher icon indicating copy to clipboard operation
titanius-launcher copied to clipboard

Can i change the control buttons? (it is now.A B X Start etc)

Open SosimpleGr opened this issue 1 year ago • 1 comments

Hi. Thanks for the best android fronteded ever!. I was using an android gamepad and i could control the fronteded excellent. So i decided to create a mini cabinet using an android tablet. I bought an arcade like kit stick to find out that the buttons are recognized as button1... button2. etc. So i couldn't control titanius . In emulators there isn't any problem as i can mapp every button to do whatever i wanted. I found a solution by using button mapper app and setting to the buttons those codes ,i found out after hours of searching: KEYCODE_BUTTON_A = 96 KEYCODE_BUTTON_B = 97 KEYCODE_BUTTON_C = 98 KEYCODE_BUTTON_X = 99 KEYCODE_BUTTON_Y = 100 KEYCODE_BUTTON_L1 = 102 KEYCODE_BUTTON_R1 = 103 KEYCODE_BUTTON_L2 = 104 KEYCODE_BUTTON_R2 = 105 KEYCODE_BUTTON_START = 108 KEYCODE_BUTTON_SELECT = 109 KEYCODE_BUTTON_MODE = 110 KEYCODE_ESCAPE = 111

By those i can emulate a gamepad recognized by titanius , so i can control it. But it isn't the best solution I think, and I don't know what problems i could have.

Is there any way to mapp the buttons inside titanius somehow, without the need to use an external mapping software?

Thanks.

PS: A discord channel could be helpful.

SosimpleGr avatar Jan 16 '24 12:01 SosimpleGr