hasNoDragOffset method

bool hasNoDragOffset()

Returns true if both drag offsets (x and y) are zero or smaller.

@return

Implementation

bool hasNoDragOffset() {
  return viewPortHandler!.hasNoDragOffset();
}