mtouch_filter_config

Touch filter configuration.

Synopsis:

typedef struct mtouch_filter_config {
    mtouch_filter_e type ;
    char * options ;
}mtouch_filter_config_t;

Data:

mtouch_filter_e type
Filter type.
char * options
Filter specific options.

The available filter options depend on the filter type.

Library:

libinputevents

Description: