Allocate and initialize the press and tap gesture structure
#include <gestures/press_and_tap.h>
gesture_pt_t* pt_gesture_alloc(pt_params_t *params, gesture_callback_f callback, struct gestures_set *set)
This function allocates a new press and tap gesture data structure, initializes it with the specified parameters and callback function, and adds it to the specified gesture set.
An initialized press and tap gesture.