
Public Member Functions | |
| DragAndDropHandler () | |
| virtual void | receive (Widget *widget)=0 |
| The widget received a dragged item. | |
| virtual bool | startDrag (Widget *widget, int x=0, int y=0)=0 |
| The widget initiated a drag return true if there's something to drag at x,y. | |
Static Public Attributes | |
| static const int | DRAG_START_DISTANCE = 10 |
|
|
|
|
|
The widget received a dragged item.
Implemented in Scourge. |
|
||||||||||||||||
|
The widget initiated a drag return true if there's something to drag at x,y.
Implemented in Scourge. |
1.4.0