An interface for Player data drag and drop operations. A class must implement this interface to support drag and drop operations with Player data objects.
IPlayerDropTarget.h
An interface for Player data drag and drop operations. | |
The IPlayerDropTarget destructor. | |
Handles the drag event when the mouse is over the control. | |
Handles a drop event. |
|
Handles a drop event.
| x | The x coordinate of the drop position. |
| y | The y coordinate of the drop position. |
| player | The Player data. |
| virtual ~IPlayerDropTarget()=0 |
|
|