Hi
In our game we have implemented an orbit camera using the usual Update events etc. The problem then: when we are dragging widgets around this is obviously still orbiting the camera, something we don't want.
Question is what is the best approach to take to tackle this? We need some way to inform the orbit camera code that something is being dragged around.
TIA.