mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Unify and streamline connecting to Resource changes
This commit is contained in:
parent
2c55214068
commit
de4a3fa151
98 changed files with 341 additions and 434 deletions
|
@ -77,7 +77,7 @@ void InputEventConfigContainer::set_event(const Ref<InputEvent> &p_event) {
|
|||
|
||||
input_event = p_event;
|
||||
_event_changed();
|
||||
input_event->connect("changed", callable_mp(this, &InputEventConfigContainer::_event_changed));
|
||||
input_event->connect_changed(callable_mp(this, &InputEventConfigContainer::_event_changed));
|
||||
}
|
||||
|
||||
InputEventConfigContainer::InputEventConfigContainer() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue