Change cursor and then change it back to default

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

With Input.set_custom_mouse_cursor() you can change the cursor to something else. But how do I change it back afterwords?
I need it to be changed dynamically and I know that I can use a sprite or an object and set its position to be equal the cursor’s position and then hide the cursor.
But can I somehow change it back or clear it’s new value?

:bust_in_silhouette: Reply From: Fenisto

Oh, the answer is

Input.set_custom_mouse_cursor(null)