Hello. How to separate a mouse click with a mouse click on a button in GDScript? I try to create two boolean state variables (mouse click and button click) and comparing them to do what I need. But I don’t know how to get the state of the button click in func input (event). And using the a signal func on_Button_down leads to confusion