From c70505d7c7b7b48600f273357694b56ccf5d2a15 Mon Sep 17 00:00:00 2001 From: Leonard Kugis Date: Fri, 23 May 2025 11:41:09 +0000 Subject: Initial commit --- dwl-patches/patches/touch-input/README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 dwl-patches/patches/touch-input/README.md (limited to 'dwl-patches/patches/touch-input/README.md') diff --git a/dwl-patches/patches/touch-input/README.md b/dwl-patches/patches/touch-input/README.md new file mode 100644 index 0000000..3d37fc2 --- /dev/null +++ b/dwl-patches/patches/touch-input/README.md @@ -0,0 +1,20 @@ +### Description +Adds touchscreen functionality. + +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/touch-input) +- [2025-05-17](https://codeberg.org/dwl/dwl-patches/raw/branch/main/patches/touch-input/touch-input.patch) + +### Authors +- [fauxmight](https://codeberg.org/fauxmight) +- [minego](https://codeberg.org/minego) +- [Unprex](https://github.com/Unprex) + +### Changelog +- 2025-01-01 @fauxmight took over maintenance. Previous maintainer @minego notes [lack of available time](https://codeberg.org/dwl/dwl-patches/pulls/102#issuecomment-2557944) +- 2024-02-11 Corrected issue where motion events where not sending notifications for unfocused clients such as an on screen keyboard +- 2024-03-26 Rebased, and removed #ifdef's for the pointer constraints patch which has been merged into upstream +- 2024-03-28 Removed debug -- cgit v1.2.3