Allocate and initialize the two-finger double tap gesture structure
#include <gestures/two_finger_double_tap.h>
gesture_two_finger_double_tap_t* two_finger_double_tap_gesture_alloc(two_finger_double_tap_params_t *params, gesture_callback_f callback, struct gestures_set *set)
This function allocates a new two-finger double tap gesture data structure, initializes it with the specified parameters and callback function, and adds it to the specified gesture set.
An initialized two-finger double tap gesture.