long_press_threshold


Description:

[ NoAccessorMethod ]
[ Version ( since = "1.8" ) ]
public int long_press_threshold { get; set; }

The maximum allowed distance that can be covered (on both axes) before a long press gesture is cancelled, in pixels.

A value of -1 will make the ClickAction use the value of the dnd_drag_threshold property.