Skip to content

Latest commit

 

History

History
27 lines (25 loc) · 1.02 KB

RELEASE.md

File metadata and controls

27 lines (25 loc) · 1.02 KB

v0.4.1

  • Smooth scroll: detect and handle flipped up&down, left&right buttons
  • Add examples with my current configuration as first example.
  • Proper initialization of scroll axes(2 and 3).
  • Setup scroll valuators also during device initialization.
  • Do not consider edge clicks when calculating emulated buttons
  • Change type of variables holding movement delta to double for better precision.
  • Rewrite tap implementation from scratch. Remove 'status' field from Touch structure.
  • Clear the MT_BUTTON bit of touches when an integrated button is released.
  • Scale gesture reimplementation.

v0.4.0

  • Add smooth scroll
  • Add scroll/swipe/swipe4 to drag functionality
  • Add scroll coasting
  • Add Hold And Move gesture
  • Replace EdgeSize with BottomEdge property
  • Replace busy waiting with timers
  • Fix button down -> up delays
  • Initial support for absolute mode devices
  • Improve support for pressure based devices
  • Many minor improvements/bugfixes

v0.3.1

  • Include a configure script.
  • Update the README.
  • Add the RELEASE file.