Added touchpad support module

This commit is contained in:
Lasse 2024-11-25 23:16:56 +01:00
parent 98f3720ca8
commit 67094aac61

View File

@ -17653,14 +17653,14 @@
}, },
{ {
"author": "Lasse Lauwerys", "author": "Lasse Lauwerys",
"title": "Touch screen gesture support", "title": "Touchpad and trackpad gesture support",
"id": "manager", "id": "manager",
"reference": "https://github.com/Iemand005/ComfyUI-Touch-Gestures", "reference": "https://github.com/Iemand005/ComfyUI-Touchpad-Gestures",
"files": [ "files": [
"https://github.com/Iemand005/ComfyUI-Touch-Gestures" "https://github.com/Iemand005/ComfyUI-Touchpad-Gestures"
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "Implements proper multitouch zooming and panning into ComfyUI to make it more usable on mobile devices." "description": "Implements proper touchpad zooming and panning into ComfyUI to make it more usable on laptops."
} }
] ]
} }