#226 updated the other controls for new mouse events, added tabbar control

This commit is contained in:
Mikayla Fischler
2023-05-10 11:46:06 -04:00
parent 4ef1915137
commit 2c2f936232
8 changed files with 186 additions and 31 deletions

View File

@@ -70,7 +70,7 @@ local function push_button(args)
end
-- handle mouse interaction
---@param event mouse_interaction
---@param event mouse_interaction mouse event
function e.handle_mouse(event)
if e.enabled then
if event.type == CLICK_TYPE.TAP then