mirror of
https://github.com/tiennm99/godot.git
synced 2026-07-26 22:19:34 +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