mirror of https://github.com/godotengine/godot
Fixes behavior of these methods:
`InputMap::event_get_action_status`
`InputEvent*::action_match`
Previously when `p_pressed` was `nullptr`, `p_strength` would be set to
`0.0f` regardless of event strength. This affected `InputEventAction` events
processed by `Input.parse_input_event` for example.
Regression found in
|
||
|---|---|---|
| .. | ||
| SCsub | ||
| default_controller_mappings.h | ||
| gamecontrollerdb.txt | ||
| godotcontrollerdb.txt | ||
| input.cpp | ||
| input.h | ||
| input_builders.py | ||
| input_enums.h | ||
| input_event.cpp | ||
| input_event.h | ||
| input_map.cpp | ||
| input_map.h | ||