Allocate a new long press gesture
#include <gestures/long_press.h>
gesture_long_press_t* long_press_gesture_alloc(long_press_params_t *params, gesture_callback_f callback, struct gestures_set *set)
This function allocates a new long press gesture data structure and initializes it with the specified parameters and callback function, and adds it to the specified gesture set.
A pointer to an initialized pinch gesture.