Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 583 Bytes

File metadata and controls

30 lines (19 loc) · 583 Bytes

gesture

Touch gesture recognition library for bare-metal Ada applications.

Overview

gesture provides gesture recognition algorithms for touch interfaces. It analyzes touch point sequences to detect taps, horizontal scrolls, and vertical scrolls.

Features

  • Tap detection
  • Horizontal scroll detection
  • Vertical scroll detection
  • Configurable thresholds
  • State machine-based recognition

Integration

[[depends-on]]
gesture = "^0.1.0"

Dependencies

  • touch_generic - Touch controller interface

License

MIT OR Apache-2.0 WITH LLVM-exception