From 9c898395d48646a11d335b8bd282cfe1a8e584f1 Mon Sep 17 00:00:00 2001 From: Bastien Brouant Date: Sun, 16 Oct 2022 12:13:52 +0200 Subject: [PATCH] Created touchscreen (markdown) --- touchscreen.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 touchscreen.md diff --git a/touchscreen.md b/touchscreen.md new file mode 100644 index 0000000..3c6546e --- /dev/null +++ b/touchscreen.md @@ -0,0 +1,14 @@ +### Description +Adds touchscreen functionality (Work in Progress).
+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 +- [2022-10-16](https://github.com/djpohly/dwl/compare/main...Unprex:touch-screen.patch) + +### Authors +- [Unprex](https://github.com/Unprex)