https://github.com/tomarrell/multitouch
https://github.com/tomarrell/multitouch
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tomarrell/multitouch
- Owner: tomarrell
- Created: 2022-06-24T10:06:41.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-14T12:27:22.000Z (over 3 years ago)
- Last Synced: 2025-03-26T18:25:05.869Z (over 1 year ago)
- Language: Go
- Size: 16.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Multitouch
This package implements reading device events from the Linux evdev interface and
turning them into simplified touch events, touch begin, touch move and touch
end.
This makes it useful for simplifying multitouch handling with popular libraries
such as Fyne.
# Note
This library was built to handle touch events for the SumUp Solo device. The
device has the display rotated 90 degrees clockwise relative to the physical
hardware. Hence, a transformation is implemented to counter this.
As this is likely undesireable behaviour for most. You may disable this by
passing false to the initialisation.