Updated: October 28, 2024 |
Add a gesture to the 'must fail' list
#include <gestures/types.h>
int gesture_add_mustfail(gesture_base_t *target, gesture_base_t *mustfail)
This function adds a gesture to the 'must fail' list of another gesture. That is, the gesture added to the list must fail in order for the gesture that owns the list to complete.
0 on sucess; -1 on error.