Bouton Godot Check Left Mouse

if (event.is_pressed() and event.button_index == BUTTON_LEFT):
    print("Wow, a left mouse click")
Zwazel