Page 1 of 1

Bluetooth controller support on android

Posted: Sat Aug 20, 2016 6:43 pm
by ordim3n
How do I add support for a Bluetooth controller on Android?

Re: Bluetooth controller support on android

Posted: Sat Aug 20, 2016 10:59 pm
by bobbyjones
believe SDL handles the gamepad code for love. So maybe if it's in SDL it would just work? Anyways if you want to add support for it now you would either have to add it into love using jni or you can add it in Lua side using bartbes' JNI wrapper.
https://bitbucket.org/bartbes/jniwrap

If you would want it added to love you would most likely have to add it to sdl first if it already does not support it. Have you tested it already?