Updated: October 28, 2024 |
Add a gesture to a gesture bucket
#include <gestures/bucket.h>
int gestures_bucket_add(gestures_bucket_t *bucket, struct gesture_base *gesture)
This function adds a gesture to a gestures bucket.
0 on success, or -1 on failure.