comment/indentation fixes

This commit is contained in:
Mikayla Fischler
2023-04-08 22:00:51 -04:00
parent 527f3446a1
commit d624690b6b
4 changed files with 16 additions and 16 deletions

View File

@@ -66,7 +66,7 @@ end
---@return boolean ready
function renderer.ui_ready() return ui.view ~= nil end
-- handle a touch event
-- handle a mouse event
---@param event mouse_interaction
function renderer.handle_mouse(event)
ui.view.handle_mouse(event)