overwolf.windows.dragMove
Overwolf APIs / overwolf / overwolf / windows / dragMove
function dragMove(
windowId: string,
callback?: CallbackFunction<DragMovedResult>,
): void;
Start dragging a window.
Parameters
| Parameter | Type | Description |
|---|---|---|
windowId | string | The id or name of the window to drag. |
callback? | CallbackFunction<DragMovedResult> | A callback which is called when the drag is completed. |
Returns
void