Updated: October 28, 2024 |
Save the touch event coordinates
#include <gestures/types.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.