summaryrefslogtreecommitdiff
path: root/navit/gui/internal/gui_internal_gesture.h
blob: f28c85d061260bcef42bbf07778427150c905049 (plain)
1
2
3
4
5
6
7
8
/* prototypes */
struct gui_priv;
struct point;
void gui_internal_gesture_ring_clear(struct gui_priv *this);
void gui_internal_gesture_ring_add(struct gui_priv *this, struct point *p);
int gui_internal_gesture_get_vector(struct gui_priv *this, long long msec, struct point *p0, int *dx, int *dy);
int gui_internal_gesture_do(struct gui_priv *this);
/* end of prototypes */