meta/lua: Gestures can accept a lua function (#14649)

This commit is contained in:
Nikolai Nechaev
2026-05-17 17:59:08 +01:00
committed by GitHub
parent 6a8c7613b1
commit 93b83c19f3
+1 -1
View File
@@ -634,7 +634,7 @@ def generate_stub(root: Path) -> str:
[
("fingers", "integer", False),
("direction", "string", False),
("action", "string", False),
("action", "string|function", False),
("mods", "string", True),
("scale", "number", True),
("mode", "string", True),