mirror of
https://github.com/godotengine/godot.git
synced 2025-01-18 20:40:57 +08:00
process unhandled input in ViewportContainer
This commit is contained in:
parent
ba854bbc7b
commit
21b6be28ea
@ -211,4 +211,5 @@ ViewportContainer::ViewportContainer() {
|
||||
stretch = false;
|
||||
shrink = 1;
|
||||
set_process_input(true);
|
||||
set_process_unhandled_input(true);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user