Updated: October 26, 2022 |
Allocate and initialize the two-finger pan gesture structure
#include <gestures/two_finger_pan.h>
gesture_tfpan_t* tfpan_gesture_alloc(tfpan_params_t *params, gesture_callback_f callback, struct gestures_set *set)
This function allocates a new two-finger pan gesture data structure, initializes it with the specified parameters and callback function, and adds it to the specified gesture set.
A pointer to an initialized two-finger pan gesture.