Update simple touch input

A Frederick Christensen 2024-01-14 17:23:31 +00:00
parent 5b6d636173
commit 8a141ce393

@ -2,7 +2,8 @@
Adds SIMPLE touchscreen functionality.
Currently emulates mouse movement and button presses.
This patch may be used with or without the pointer-constraints branch from [anon_cvptw's repository](https://codeberg.org/anon_cvptw/dwl/src/branch/main). **To use this WITH pointer-constraints, you must add `#define POINTERCONSTRAINTS` to `config.h`.**
This patch may be used with or without the pointer-constraints branch from [anon_cvptw's repository](https://codeberg.org/anon_cvptw/dwl/src/branch/main).
**To use this WITH pointer-constraints, you must add `#define POINTERCONSTRAINTS` to `config.h`.**
If you're maintaining this patch, be sure to watch for changes to the `motionabsolute` function in anon_cvptw's `main` branch: