mirror of
https://github.com/MezzalunaWM/Mezzaluna.git
synced 2026-03-07 19:49:53 -05:00
layers mostly implemented
This commit is contained in:
parent
9186aeecd3
commit
4c88d42929
3 changed files with 5 additions and 8 deletions
|
|
@ -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
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue