libgdx / Jamepad

A better way to use gamepads in Java
Apache License 2.0
19 stars 11 forks source link

Allow configuration option to load db from memory instead of tmp file. #8

Closed PokeMMO closed 2 years ago

PokeMMO commented 2 years ago

I don't like using ByteArrayOutputStream since it requires resizing + copying during toByteArray() but I don't see a better option to read (or even just get file length to optimize) from classpath in java7 without external dependencies.

Tested and works on linux64.