Godot Version
4.3
Question
I am using a custom image as a mouse cursor, and whenever I begin dragging a Control node using the built in _get_drag_data() function, the mouse cursor reverts back to the default Windows cursor.
Is there a way to prevent this? I guess I will have to implement my own drag and drop.