tfpan_params_t

Two-finger pan gesture parameters.

Synopsis:

typedef struct  {
    int none ;
}tfpan_params_t;

Data:

int none

Library:

libgestures

Description:

This structure is provided for consistency with other gesture implementations. Although carries no information, it cannot be empty because common functions rely on its existence.