Update modules

This commit is contained in:
Squishy (C6H12O6+NaCl+H2O)
2024-05-23 10:58:57 +07:00
parent 16e472f7ef
commit ffe1bf5049
5 changed files with 44 additions and 28 deletions

View File

@@ -137,15 +137,16 @@ local global_toggle=false
VCTRL={}
VCTRL.focus=nil -- Focusing buttons
---@type table
---@class VCTRL.data
---@field type string
---@field type 'button'
---@field x number
---@field y number
---@field shape string
---@field key string
---@field iconSize number
---@field alpha number
---@field show boolean
---@field shape? string
---@field key? string
---@field iconSize? number
---@field alpha? number
---@field show? boolean
---@param ... VCTRL.data
---Adding (multiple) virtual button(s)