Widget.dragCheckThreshold

Checks to see if a drag movement has passed the GTK drag threshold.

class Widget
bool
dragCheckThreshold
(
int startX
,
int startY
,,)

Parameters

startX int

X coordinate of start of drag

startY int

Y coordinate of start of drag

currentX int

current X coordinate

currentY int

current Y coordinate

Return Value

Type: bool

%TRUE if the drag threshold has been passed.

Meta