Hi Guys,
I’m trying to write an onscreen controller for retroarch in java for Android, using the retroarch frontend source code. I understand that there is already inbuilt support for onscreen overlays, but the code for that is written in C, which I’m not very familiar with. I’ll really appreciate a little help in doing this either by calling native methods through JNI, or by any other means possible. To clarify my requirement further, consider I’ve written an xml layout for android that has buttons for left, right, up, down and so on. I just need to link these button onclick events to the retroarch native code which controls the input in the actual game. I really hope someone can point me in the right direction.
Thanks!