How can i proof if the left button just got clicked (for rotating) or it’s dragged, for for dragging around?
My problem is , the rotation always happends when i drag.
For the rotation i use a coroutine and for dragging i use a raycast and OnMouse Down() OnDrag() and OnMouseUp()