Hide the mouse cursor in VisualScript?

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

I am experimenting with visual scripting but I cannot figure out how to hide the mousecursor.

I found the node for set_Mouse_mode() (I created a call function → Singelton: Input and then set_mouse_mode for the function) but now I have no idea to actually set the mode… Do I need to attach another node to it?

(I know I can just set a custom image in the project settings for the mouse, but I want to use the visual script to understand how it works)