Update simple touch input

A Frederick Christensen 2024-03-12 01:55:18 +00:00
parent 47a9fd0e76
commit c4292e8079

@ -1,4 +1,14 @@
### Description ### Description
---
**YOU PROBABLY DON'T WANT THIS!<br>
You probably want [less-simple-touch](https://codeberg.org/dwl/dwl-patches/wiki/less-simple-touch-input.-) instead.<br>
That is a more complete implementation and will pass pinch gestures and the like along to the underlying application.<br>
"simple touch input" (this patch) does some small things that I prefer: in particular, the on-screen pointer DOES move to the point touched on the screen.**
---
Adds SIMPLE touchscreen functionality. Adds SIMPLE touchscreen functionality.
Currently emulates mouse movement and button presses. Currently emulates mouse movement and button presses.