When dragging, the delta given to the OnDrag Method is the same as the mouse delta got from Input.mousePosition.
On automatic height UIRoot it works great. When turned off, the mouse and the object trying to follow it with Drag are progressing differently, depending on resolution.
Is there a method for converting the mouse position to the dragged object position on Manual Height UIRoot, or something similar?