api: add dragTime accessor

This commit is contained in:
Adam
2022-04-20 08:48:58 -04:00
parent 3015dad534
commit 97580ac6f6
@@ -515,6 +515,14 @@ public interface Client extends OAuthApi, GameEngine
*/
void setDraggedOnWidget(Widget widget);
/**
* Get the number of client cycles the current dragged widget
* has been dragged for.
*
* @return
*/
int getDragTime();
/**
* Gets Interface ID of the root widget
*/