Skip to main content

Home > blockly > IFlyout > isDragTowardWorkspace

IFlyout.isDragTowardWorkspace() method

Determine if a drag delta is toward the workspace, based on the position and orientation of the flyout. This is used in determineDragIntention_ to determine if a new block should be created or if the flyout should scroll.

Signature:

isDragTowardWorkspace(currentDragDeltaXY: Coordinate): boolean;

Parameters

ParameterTypeDescription
currentDragDeltaXYCoordinateHow far the pointer has moved from the position at mouse down, in pixel units.

Returns:

boolean

True if the drag is toward the workspace.