You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is this at odds with the goal stated in #12 of the smallest, thinnest native bridge?
E.g. For gamepad support on Android, the typical KeyEvent API appears to support specific gamepad button inputs and there are examples of how you might do things like support multiple controllers and handle input actions.
On the other hand, it's recommended that if you are making a game you instead use the Game Controller Library, which is distributed as *.aar files and C headers. The main API for that is here. Output from ffigen was about 4k lines, which for ffi is pretty good.
Potentially add some more advanced features if the controller/platform permits (the xbox player number, colors, rumble, etc)
The text was updated successfully, but these errors were encountered: