efl/src/tests/elementary/custom_gesture.h

17 lines
159 B
C

#ifndef CUSTOM_GESTURE_H
# define CUSTOM_GESTURE_H
typedef struct Custom_Gesture_Data
{
int x_delta;
int y_delta;
} Custom_Gesture_Data;
#endif