mirror of
https://github.com/MezzalunaWM/Mezzaluna.git
synced 2026-03-07 19:49:53 -05:00
inital support for hooks...
Currently the following hooks are available: - WinMapPre - WinMapPost
This commit is contained in:
parent
b45544c97a
commit
b3322eeb90
7 changed files with 193 additions and 0 deletions
|
|
@ -49,3 +49,9 @@ end
|
|||
-- print("goodbye from my keymap")
|
||||
-- end
|
||||
-- })
|
||||
|
||||
mez.hook.add_hook("WinMapPre", {
|
||||
callback = function()
|
||||
print("hello world")
|
||||
end
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue