From c4292e8079fb6e387f4aa449559a4902c23fd150 Mon Sep 17 00:00:00 2001 From: A Frederick Christensen Date: Tue, 12 Mar 2024 01:55:18 +0000 Subject: [PATCH] Update simple touch input --- simple-touch-input.md | 10 ++++++++++ 1 file changed, 10 insertions(+) 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.