set_interpolate
Description:
public void set_interpolate (
bool should_interpolate)
Sets whether the action should emit interpolated pan events after the drag
has ended, to emulate the gesture kinetic inertia.
Parameters:
| this |
a PanAction
|
| should_interpolate |
whether to enable interpolated pan events
|