| Updated: October 28, 2024 | 
Touch client parameters
#include <input/>
typedef struct mtouch_client_params {
    uint32_t min_event_interval;
    mtouch_scaling_params_t scaling;
} mtouch_client_params_t;
You will not get two touch samples within a time less than that configured here. The effectiveness of this configuration is driver-dependent.