code cleanup and work on #78 linking for annunciator

This commit is contained in:
Mikayla Fischler
2022-09-06 22:38:27 -04:00
parent 117784500a
commit b53d2d6694
10 changed files with 162 additions and 110 deletions

View File

@@ -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 .. "_"