Kukanani
12-01-2011 04:54:33
Hello,
I am making my own drag and drop system in MyGUI. I listen for eventMouseDragged, then detach the widget and put it in the DragAndDrop layer. Then I move the widget so it stays centered on the cursor.
When I drag the widget over another one, it is impossible to know that I am over it since the widget that is dragging takes mouse focus. How can I fix this? Can I make the image follow the cursor without taking mouse focus?
Thanks,
Kukanani
I am making my own drag and drop system in MyGUI. I listen for eventMouseDragged, then detach the widget and put it in the DragAndDrop layer. Then I move the widget so it stays centered on the cursor.
When I drag the widget over another one, it is impossible to know that I am over it since the widget that is dragging takes mouse focus. How can I fix this? Can I make the image follow the cursor without taking mouse focus?
Thanks,
Kukanani