behaviour-tree-test/doc
CHIKI Badreddine bea703ae12 Input: Add missing MISC2-MISC6 gamepad button constants
The MISC2-MISC6 button strings are recognized by SDL3 but were not
mapped in Godot's JoyButton enum, causing 'Unrecognized output string'
warnings for controllers that use these buttons.

This adds:
- JoyButton::MISC2-MISC6 enum values (21-25)
- 'misc2'-'misc6' string mappings in _joy_buttons array
- GDScript bindings for JOY_BUTTON_MISC2 through JOY_BUTTON_MISC6
- Documentation entries in @GlobalScope.xml
- Updates JoyButton::SDL_MAX from 21 to 26
2026-02-17 21:12:23 +00:00
..
classes Input: Add missing MISC2-MISC6 gamepad button constants 2026-02-17 21:12:23 +00:00
tools CI: Fix executable perms for various files 2025-12-15 11:23:03 -06:00
translations Sync translations with Weblate 2026-01-25 10:07:59 +01:00
class.xsd
Doxyfile
Makefile