-
Notifications
You must be signed in to change notification settings - Fork 15
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
Attempt to fix issue #133: Touch class #146
Conversation
heuer
commented
Mar 11, 2024
- Added class Touch similar to Pointer
- Renamed exceptions (put Event to the end)
- Added touch.h to ffi_build.py
* Added class Touch similar to Pointer * Renamed exceptions (put Event to the end) * Added touch.h to ffi_build.py
@flacjacket Please review the changes, I am not familiar with CFFI yet. I don't know if these changes are sufficient to support wlr_touch.h. Please note that wlr_touch.h needs the I'll fix the ruff errors… 🙄 |
We have to consider whether I leave the old event names or whether we adapt the cursor.py to the new names. I would be for the latter. Update: Updated cursor.py to use the new event names |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great, thanks!