don't call lua on movex/movey

This commit is contained in:
2026-01-02 22:49:45 +01:00
parent b2479a7f42
commit c43f2f33c7
2 changed files with 1 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
event_count = 0
---This function should be defined by the user in the script
---EXIT, CONFIGURE, SHOW, MINIMIZE, RESTORE commands are not sent to the script
---EXIT, CONFIGURE, SHOW, MINIMIZE, RESTORE, MOVEX, MOVEY commands are not sent to the script
---@param cmd string
---@param param string
function command(cmd, param) end