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
<p>This library provides APIs at three layers:</p>
<ol>
<li>A Java wrapper around SDL. Currently we wrap most of Joystick and GameController. PRs to wrap further APIs are welcome. This wrapper is as close to the C source as
possible, so you should be able to port any SDL examples with no changes.
<li>An OO wrapper on top of layer 1. The same functions as provided by SDL, but with a class based API to make them more friendly to use.
<li>An implementation of LibGDX Controller API on top of layer 2. You can slot this straight in to any LibGDX app, or you can use it directly in a non-LibGDX app.
</ol>
<p>Thanks to <a href="https://github.com/williamahartman/Jamepad">Jamepad </a> by William Harman for providing the build system and inspiring this project.</p>