api: add dragging flag to widget item
This commit is contained in:
@@ -63,6 +63,10 @@ public class WidgetItem
|
|||||||
* The widget which contains this item.
|
* The widget which contains this item.
|
||||||
*/
|
*/
|
||||||
private final Widget widget;
|
private final Widget widget;
|
||||||
|
/**
|
||||||
|
* Whether or not this widget item is being dragged.
|
||||||
|
*/
|
||||||
|
private final boolean dragging;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets the upper-left coordinate of where the widget is being drawn
|
* Gets the upper-left coordinate of where the widget is being drawn
|
||||||
|
|||||||
Reference in New Issue
Block a user