ListHeader(name, size)
This makes the custom block for Atlas UI
ImGui.ListHeader("Quick Actions", 180)
for i = 1, 2 do
if ImGui.Button("Button " .. i) then
log.info("Clicked Button " .. i)
end
end
ImGui.EndListHeader()Last updated
