mirror of
https://github.com/tiennm99/godot.git
synced 2026-07-30 00:21:05 +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