Hi all,
i have another release for you all ;-)
This time its a huge release! I changed and improved FPL a lot and added a ton of new functionality to it. Here are the main changes:
64-bit File-IO:
There are now file methods for working with 64-bit files, such as fplReadFileBlock64, fplWriteFileBlock64, etc. I also added general size_t file functions which maps to the 32 or the 64 version - depending on the compiled platform.
Gamepad Support on Linux:
Gamepad support for linux is now implemented as well - tested with a Logitech F310 Gamepad successfully. But its limited to /dev/input/js0 for now. I will add more device node detections later on, i am pretty sure there are kernels which have different device names for joysticks.
Locales:
There are now functions for getting the keyboard/user/system locales, which i needed for a new demo.
Improved input:
OEM keys are now properly mapped - hopefully correct. Modifier keys are now sepa