mirror of
https://gitea.com/SweetSea-ButImNotSweet/tromi_mobile.git
synced 2025-01-08 17:33:09 +08:00
Update modules
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user