rotate_params_t

Updated: April 19, 2023

Rotate gesture parameters

Synopsis:

#include <gestures/>
typedef struct rotate_params_t {
    int none;
} rotate_params_t;

Data:

int none
Not used.

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.