Updated: October 28, 2024 |
Return the gesture at the specified index
#include <gestures/bucket.h>
struct gesture_base* gestures_bucket_get(gestures_bucket_t *bucket, uint_t idx)
The function gestures_bucket_get() returns a pointer to the gesture at the specified index of the gesture bucket.
A pointer to the gesture at the specified index.