In This Topic
Determine if the mouse has gone beyond the
DragSize distance to be considered a drag instead of a sloppy click.
Syntax
public virtual bool IsBeyondDragSize()
Return Value
Returns true if the
GoInputEventArgs.ViewPoint of
LastInput is further away from
FirstInput than half the distance specified by
DragSize.
See Also