| Updated: October 28, 2024 | 
Triple tap gesture parameters
#include <gestures/>
typedef struct triple_tap_params_t {
    unsigned max_displacement;
    unsigned max_hold_ms;
    unsigned max_delay_ms;
} triple_tap_params_t;
This structure represents the parameters for the triple tap gesture.