layers mostly implemented

This commit is contained in:
Harrison DiAmbrosio 2025-12-05 21:10:34 -05:00
parent 9186aeecd3
commit 4c88d42929
3 changed files with 5 additions and 8 deletions

View file

@ -12,9 +12,7 @@ package.path = package.path..";"..mez.fs.joinpath(env_conf, "mez", "lua", "?.lua
mez.hook.add("ViewPointerMotion", {
callback = function (view_id, cursor_x, cursor_y)
print("cursor_x: " .. cursor_x)
print("cursor_y: " .. cursor_y)
print("view_name: ")
mez.view.set_focused(view_id)
end
})