Touch gesture recognition library for bare-metal Ada applications.
gesture provides gesture recognition algorithms for touch interfaces. It analyzes touch point sequences to detect taps, horizontal scrolls, and vertical scrolls.
- Tap detection
- Horizontal scroll detection
- Vertical scroll detection
- Configurable thresholds
- State machine-based recognition
[[depends-on]]
gesture = "^0.1.0"touch_generic- Touch controller interface
MIT OR Apache-2.0 WITH LLVM-exception