two_finger_double_tap_gesture_default_params()

Updated: April 19, 2023

Initialize the two-finger double tap parameters

Synopsis:

#include <gestures/two_finger_double_tap.h>
void two_finger_double_tap_gesture_default_params(two_finger_double_tap_params_t *params)

Arguments:

params
The two-finger double tap gesture parameter structure to initialize.

Library:

libgestures

Description:

This function initializes the two-finger double tap parameters to default values.

Returns:

Nothing.