You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-08 20:03:48 +00:00
Thow errors if requesting an unexisting InputMap action. Makes `Input.is_action_*` methods consistents with `Event.is_action_*` which already throw errors. fixes #33303