From a94924ca997bbeba4258de32e2e437ce58cb9375 Mon Sep 17 00:00:00 2001 From: Gean Marroquin Date: Sat, 9 Sep 2023 07:16:41 -0500 Subject: [PATCH] Destroyed pointerGestures (markdown) --- pointerGestures.md | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 pointerGestures.md diff --git a/pointerGestures.md b/pointerGestures.md deleted file mode 100644 index b4b6eca..0000000 --- a/pointerGestures.md +++ /dev/null @@ -1,11 +0,0 @@ -### Description -Forward the following events to client: -swipe_begin, swipe_update, swipe_end, pinch_begin, pinch_update and pinch_end - -This patch allows you to pinch zoom in Chrome for example. - -### Download -- [2023-09-08](https://github.com/djpohly/dwl/compare/main...wochap:pointer-gestures-unstable-v1.patch) - -### Authors -- [wochap](https://github.com/wochap) \ No newline at end of file