I’m using force_drag(data: Variant, preview: Control) to do a drag function, and the preview(duplicated from it self) will follow the mouse with its left-top point (0,0) as the base point.
So I was wandering if the base point could be changed, but setting its position is not working.
Any way to achieve that? Or I need to make my own drag function?