Widget.dragCheckThreshold
bool dragCheckThreshold(int startX, int startY, int currentX, int currentY)Checks to see if a drag movement has passed the GTK drag threshold.
Parameters
startX | X coordinate of start of drag |
startY | Y coordinate of start of drag |
currentX | current X coordinate |
currentY | current Y coordinate |
Returns
true if the drag threshold has been passed.