mtouch_client_params

Touch client parameters.

Synopsis:

typedef struct mtouch_client_params {
    _Uint32t min_event_interval ;
    mtouch_scaling_params_t scaling ;
}mtouch_client_params_t;

Data:

_Uint32t 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

Description: