From 7147dd69d07cc8311a9412153b00244c41304a92 Mon Sep 17 00:00:00 2001 From: A Frederick Christensen <53975399+fauxmight@users.noreply.github.com> Date: Fri, 31 Mar 2023 11:57:13 -0500 Subject: [PATCH] Updated touchscreen (markdown) --- touchscreen.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/touchscreen.md b/touchscreen.md index 674e26b..3fd7020 100644 --- a/touchscreen.md +++ b/touchscreen.md @@ -1,9 +1,10 @@ ### Description Adds SIMPLE touchscreen functionality.
-Currently emulates mouse movement and button presses. +Currently emulates mouse movement and button presses.
+!!!CURRENTLY (2023-03-31) WILL ONLY WORK WITH THE sway-pointer-constraints PATCH!!! ### Download -- [2023-02-01 dwl v0.4](https://github.com/djpohly/dwl/compare/main...fauxmight:dwl:simple_touch_input.patch) +- [2023-03-31](https://github.com/djpohly/dwl/compare/main...fauxmight:dwl:simple_touch_input.patch) - [2022-10-16](https://github.com/djpohly/dwl/compare/main...Unprex:touch-screen.patch) ### Authors