touchmenu: comments

This commit is contained in:
hius07
2025-06-27 20:41:16 +03:00
committed by GitHub
parent c1ce5594c4
commit 10b75b1dca

View File

@@ -50,6 +50,8 @@ local TouchMenuItem = InputContainer:extend{
dimen = nil,
face = Font:getFace("smallinfofont"),
show_parent = nil,
on_check_updated_in_callback = nil, -- set to true for item with checkmark if its callback updates menu
on_check_closed_in_callback = nil, -- set to true for item with checkmark if its callback closes menu
}
function TouchMenuItem:init()