GestureHoldCallback typedef

GestureHoldCallback = void Function()

Signature for when a pointer has remained in contact with the screen at the same location for a long period of time.

Implementation

typedef void GestureHoldCallback();