Changelog:
r44539 | gpz | 2023-09-19 21:57:07 +0000 (Tue, 19 Sep 2023) | 1 line
use 'action-name' instead of 'path&to&item' in the comments
------------------------------------------------------------------------
r44538 | gpz | 2023-09-19 21:50:35 +0000 (Tue, 19 Sep 2023) | 1 line
fix for new format
------------------------------------------------------------------------
r44537 | gpz | 2023-09-19 20:58:31 +0000 (Tue, 19 Sep 2023) | 1 line
updated to new format
------------------------------------------------------------------------
r44536 | compyx | 2023-09-19 18:06:23 +0000 (Tue, 19 Sep 2023) | 5 lines
Joystick: add enum `joystick_input_type_t`
Add enum for host input types (axis, button, hat), replace magic numbers in
`joy_arch_mapping_dump()`, rest will follow later.
------------------------------------------------------------------------
r44535 | compyx | 2023-09-19 16:20:27 +0000 (Tue, 19 Sep 2023) | 5 lines
Refactor `joy_arch_mapping_dump()`
Use meaningful variable names, rework copy/pasted code into separate function.
Leave magic numbers as-is (with comment about what they probably mean).
------------------------------------------------------------------------