| Updated: October 28, 2024 | 
Two-finger double tap gesture parameters
#include <gestures/>
typedef struct two_finger_double_tap_params_t {
    unsigned max_displacement;
    unsigned max_hold_ms;
    unsigned max_delay_ms;
} two_finger_double_tap_params_t;
This structure represents the parameters for the two-finger double tap gesture.