You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Propagate allowed input types to event_listener when setting them on InputEventConfigurationDialog
This commit is contained in:
@@ -515,6 +515,7 @@ Ref<InputEvent> InputEventConfigurationDialog::get_event() const {
|
||||
|
||||
void InputEventConfigurationDialog::set_allowed_input_types(int p_type_masks) {
|
||||
allowed_input_types = p_type_masks;
|
||||
event_listener->set_allowed_input_types(p_type_masks);
|
||||
}
|
||||
|
||||
InputEventConfigurationDialog::InputEventConfigurationDialog() {
|
||||
|
||||
Reference in New Issue
Block a user