Disable Mouse Input for entire project

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By julkip

I am looking for a way to disable the input handling for mouse input events globaly in my project. Basically I just want to use keyboard or gamepad as inputs. Is there a convenient way to do so?

:bust_in_silhouette: Reply From: julkip

The helpful people of the Godot Discord answered:

I just needed to set the mouse mode of my Control Nodes to Ignore. To do that you go to the inspector and go to Control → Mouse → Filter