I want to set-up a Profile in Config/Profiles/Wiimote to use both a touchscreen and an external controller for my Android.
Can a single ini file cover both touchscreen and an external controller?
The touchscreen alone works okay using the following:
How do I set-up the external controller? This does not work:
What should I call the external controller under "Device"?
Can a single ini file cover both touchscreen and an external controller?
The touchscreen alone works okay using the following:
Code:
[Profile]
Device = Android/4/Touchscreen
Buttons/A = 'Button 100'
...
How do I set-up the external controller? This does not work:
Code:
[Profile]
Device = XInput/0/Gamepad
Buttons/A = `Button A`
...
What should I call the external controller under "Device"?