https://github.com/wayfirewm/wf-touch
Touchscreen gesture library
https://github.com/wayfirewm/wf-touch
Last synced: about 2 months ago
JSON representation
Touchscreen gesture library
- Host: GitHub
- URL: https://github.com/wayfirewm/wf-touch
- Owner: WayfireWM
- License: mit
- Created: 2020-08-14T11:57:40.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-24T08:40:51.000Z (about 1 year ago)
- Last Synced: 2024-04-24T13:53:48.456Z (about 1 year ago)
- Language: C++
- Size: 93.8 KB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wf-touch
Touchscreen gesture library
# Acknowledgements
The library's design has been heavily inspired by https://github.com/grahnen/libtouch,
which has also been used as a reference for some implementation details at times.