mtouch_client_params

Touch client parameters

Synopsis:

#include <input/>
typedef struct mtouch_client_params {
    uint32_t min_event_interval;
    mtouch_scaling_params_t scaling;
} mtouch_client_params_t;

Data:

uint32_t min_event_interval
The sampling period (in microseconds) of the touch driver.

You will not get two touch samples within a time less than that configured here. The effectiveness of this configuration is driver-dependent.

mtouch_scaling_params_t scaling
The parameters for scaling touch coordinates.

Library:

libinputevents