diff --git a/simple-touch-input.md b/simple-touch-input.md index 711d6fb..f5b161b 100644 --- a/simple-touch-input.md +++ b/simple-touch-input.md @@ -1,4 +1,14 @@ ### Description + +--- + +**YOU PROBABLY DON'T WANT THIS!
+You probably want [less-simple-touch](https://codeberg.org/dwl/dwl-patches/wiki/less-simple-touch-input.-) instead.
+That is a more complete implementation and will pass pinch gestures and the like along to the underlying application.
+"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. Currently emulates mouse movement and button presses.