Hello,
I am creating a prototype where the user clicks and drags an object from one part of the screen to another. While dragging the object I’d like to highlight the drop target when the mouse hovers over it so I created an OnMouseEnter event to trigger a Boolean variable to true, however it only fires once I let go of the mouse. Is there anyway to get events to fire while dragging?
