meta/stubs: update gesture hints to match new fields (#14195)

This commit is contained in:
chocoblocko9 2026-04-28 18:08:14 +01:00 committed by GitHub
parent 97886cf0da
commit ab75bbfbec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 4 deletions

View file

@ -578,8 +578,9 @@ def generate_stub(root: Path) -> str:
("action", "string", False),
("mods", "string", True),
("scale", "number", True),
("arg", "string", True),
("arg2", "string", True),
("mode", "string", True),
("zoom_level", "number", True),
("workspace_name", "string", True),
("disable_inhibit", "boolean", True),
],
)

View file

@ -411,8 +411,9 @@ local __HL_TimerOptions = {}
---@field action string
---@field mods? string
---@field scale? number
---@field arg? string
---@field arg2? string
---@field mode? string
---@field zoom_level? number
---@field workspace_name? string
---@field disable_inhibit? boolean
local __HL_GestureSpec = {}