Update patch - works with dwl 0.4

A Frederick Christensen 2023-02-01 22:01:11 -06:00
parent 022345977c
commit 33760fbeb8

@ -1,14 +1,11 @@
### Description
Adds touchscreen functionality (Work in Progress).<br>
Adds SIMPLE touchscreen functionality.<br>
Currently emulates mouse movement and button presses.
### Config
* `touch_enabled`: Enable/disable the touchscreen (will probably be removed).
* `touch_finger`: On a multi-touch device, which finger will be used for mouse movement (currently not very useful).
* `touch_button`: The mouse button to emulate.
### Download
- [2023-02-01 dwl v0.4](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
- [Unprex](https://github.com/Unprex)
- [fauxmight](https://github.com/fauxmight)