From 606093d0fe8750c23d9aea3111e0512a59fd33ca Mon Sep 17 00:00:00 2001 From: A Frederick Christensen Date: Thu, 28 Mar 2024 20:15:08 +0000 Subject: [PATCH] Delete page "simple-touch-input" --- simple-touch-input.md | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 simple-touch-input.md diff --git a/simple-touch-input.md b/simple-touch-input.md deleted file mode 100644 index 585b6df..0000000 --- a/simple-touch-input.md +++ /dev/null @@ -1,30 +0,0 @@ -### 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. - -If you're maintaining this patch, be sure to watch for changes to the `motionabsolute` function: - -The `touchdown` function in the patch incorporates the contents of the `motionabsolute` function (as modified by pointer-constraints), adds in the `wlr_cursor_warp_closest` call and then the button press. - -If `motionabsolute` is modified, `touchdown` should [likely] mirror any of its modifications. - -KNOWN BUGS: -- Sometimes, the pointer moves to where the screen is pressed, but the button press doesn't occur until the screen is touched AGAIN. This means that if you touch to click button 'Q' on the screen (for instance), nothing happens; then you touch elsewhere on the screen and THEN button 'Q' registers a click. This is annoying, doesn't always happen, and I don't yet know how to fix it. - -### Download -- [git branch](https://codeberg.org/fauxmight/dwl/src/branch/simple-touch-input) -- [2024-03-12](https://codeberg.org/dwl/dwl-patches/raw/branch/main/simple-touch-input/simple-touch-input.patch) - -### Authors -- [fauxmight](https://codeberg.org/fauxmight) -- [Unprex](https://github.com/Unprex)