mirror of
https://github.com/Insality/druid
synced 2025-09-27 10:02:19 +02:00
Basic examples done
This commit is contained in:
@@ -47,4 +47,12 @@ function M:on_checkbox_click()
|
||||
end
|
||||
|
||||
|
||||
---@param output_log output_list
|
||||
function M:on_example_created(output_log)
|
||||
self.on_state_changed:subscribe(function(selected)
|
||||
output_log:add_log_text("Selected: " .. selected)
|
||||
end)
|
||||
end
|
||||
|
||||
|
||||
return M
|
||||
|
Reference in New Issue
Block a user