Commit graph

7 commits

Author SHA1 Message Date
Sara aca01507ed feat: added compositeaxis1d_from_keys and from_buttons
This required moving InputDelegateFn from input.h to input_axis.h
2024-01-12 12:26:23 +01:00
Sara 0c6f1dd8cf feat: reworked typeclasses to forward-declare then define
forward declarations are simplified with decl_typeclass_impl
impl_Typeclass_for now instead only define
static inline impl_Typeclass_for can be used to achieve the old behaviour
2024-01-12 09:02:42 +01:00
Sara 2bf6bea14f fix(types): removed implicit type casts 2023-11-29 14:12:44 +01:00
Sara 14877b0a28 feat(input): KeyBind will now longer respond to repeat keys 2023-11-24 21:14:33 +01:00
Sara 36d378ec37 removed unintentionally added NEW macro 2023-11-22 15:14:59 +01:00
Sara 5d8d996c91 Added ASSERT_RETURN to input binding constructors 2023-11-22 15:14:59 +01:00
Sara 5ab93d62ad new build system config 2023-11-20 12:04:55 +01:00
Renamed from src/input_axis.c (Browse further)