During a drag/drop operation, I want to do some calcuation if the user pauses for a 1/2 second and potentially reposition drag object. I've captured the pausing with a timer event but I need to do the repositioning. Is there a way to do one of the following?
1) Shift the offset of the proxy image on the fly? 2) Shift the actual mouse position on the fly which will also shift the proxy image? Thanks very much in advance!

