Save the touch event coordinates.
#include <sys/queue.h> #include "input/event_types.h" #include "gestures/bucket.h"
void save_coords(mtouch_event_t *event, gesture_coords_t *coords)
This function saves the coordinates of a touch event in the specified gesture_coords_t data structure. You will likely need this function only if you are defining your own gestures.
Nothing.