A Frederick Christensen af2391cb80
less-simple-touch-input: rename to touch-input
Former maintainer @fauxmight taking over patch maintenance. @minego notes
a lack of available time: https://codeberg.org/dwl/dwl-patches/pulls/102#issuecomment-2557944
Thank you for all your work, @minego!
2025-01-01 16:36:24 -06:00

1.3 KiB

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

Authors

Changelog

  • 2025-01-01 @fauxmight took over maintenance. Previous maintainer @minego notes lack of available time
  • 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