Godot Version
4.4.1
I’m trying to add splitscreen to my game. If a SubViewport’s size doesn’t cover the center of the screen, then all mouse _input events for that viewport are ignored. This is with Input.mouse_mode = Input.MOUSE_MODE_CAPTURED
Does anyone know what could be causing this or a potential fix?