I nad a map with clickable regions and moving Camera2D and GUI. Then I wanted to make my camera move and GUI not to. I put GUI nodes on CanvasLayer and now regions do not detect my mouse buttons, I checked with
func process(delta):
if Input.isactionjustpressed("uilmb"):
print("mousebuttonpressed")