code cleanup and work on #78 linking for annunciator
This commit is contained in:
@@ -14,11 +14,11 @@ local cpair = core.graphics.cpair
|
||||
local border = core.graphics.border
|
||||
|
||||
-- new boiler view
|
||||
---@param root graphics_element
|
||||
---@param x integer
|
||||
---@param y integer
|
||||
---@param id integer
|
||||
---@param ps psil
|
||||
---@param root graphics_element parent
|
||||
---@param x integer top left x
|
||||
---@param y integer top left y
|
||||
---@param id integer device index
|
||||
---@param ps psil ps interface
|
||||
local function new_view(root, x, y, id, ps)
|
||||
local tag = id .. "_"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user