ADDED: example: core_input_actions (#5211)

* adding core_input_actions

action based input API vs direct input, allows remapping of buttons or keys to an action.

* adjusted formatting.

* updates for struct name

and fixed a typo
This commit is contained in:
Jett
2025-09-28 17:02:53 -04:00
committed by GitHub
parent 4767841b71
commit a2a22e5e48
2 changed files with 175 additions and 0 deletions

View File

@ -524,6 +524,7 @@ CORE = \
core/core_input_mouse_wheel \
core/core_input_multitouch \
core/core_input_virtual_controls \
core/core_input_actions \
core/core_random_sequence \
core/core_random_values \
core/core_render_texture \