api: add dragging flag to widget item

This commit is contained in:
Adam
2020-01-25 09:20:31 -05:00
parent 517f60bc05
commit 769e7d2ff1

View File

@@ -63,6 +63,10 @@ public class WidgetItem
* The widget which contains this item.
*/
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