set_default_cursor_shape() isn't working?

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

the below code dosen’t change the cursor shape, some one help me!!

extends ColorRect

func _ready():
	Input.set_default_cursor_shape(Input.CURSOR_DRAG)
:bust_in_silhouette: Reply From: Dlean Jeans

Input.CURSOR_DRAG is the same as a normal cursor. That’s why it doesn’t change.
Try to drag a file in your File Manager. You can see, it doesn’t change.

And try other cursors.