Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for finger control without pen and interaction with pen #65

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

marcobazzani
Copy link

@marcobazzani marcobazzani commented Dec 31, 2021

This is a first working implementation for touchscreen without a pen (useful for scrolling with 2 fingers) it can be extended from here quite well it has been heavily copied from pimoroni/python-multitouch but the code wasn't in a usable form so I had to cut & paste it

@marcobazzani
Copy link
Author

I also had to rollback some changes from the latest master because they didn't work and version 7.0.0 which is the one working and published on pypi is not present on this repository

…ting

added support for finger move
added support for finger click
@marcobazzani marcobazzani changed the title initial 2 finger scroll support Support for finger control without pen and interaction with pen Jan 2, 2022
@SBAPKat
Copy link

SBAPKat commented Jan 23, 2022

would be good to integrate a check for OS to not use this functionnality on windows, select.poll() isn't supported there and throws an error at launch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants