5.0.1 Beta 2
Pre-release
Pre-release
Change log against v4.2 here.
Documentation here.
Changes from Beta 1:
- Adds
mostRecent
optional argument to 2D checkers - Adds
input_check_repeat_opposing()
andinput_check_opposing()
- 2D check functions can now have a bias set so that the output gently locks to 4-dir or 8-dir output (via
INPUT_2D_XY_AXIS_BIAS
andINPUT_2D_XY_AXIS_BIAS_DIAGONALS
) - Updated SDL2 database
- Mouse capture and sensitivity and now exported/imported by
input_system_export()
andinput_system_import()
- All export/import functions now perform greater error checking to detect corrupted or incompatible data
- Reduced exported data size on Android
- Fixes old function name being used in some deprecation error messages
- Input's realtime millisecond clock now uses per-frame cached values to remove the possibility of inconsistent timing behaviours
- All config macros are now validated on boot