Small docs fix

This commit is contained in:
Robert Jelic
2023-05-21 15:24:39 +02:00
parent afe6639200
commit 87105c4856
6 changed files with 1 additions and 2245 deletions

View File

@@ -49,7 +49,7 @@ aList:addItem("Item 1")
aList:addItem("Item 2", colors.yellow)
aList:addItem("Item 3", colors.yellow, colors.green)
aList:onSelect(function(self, item)
aList:onSelect(function(self, event, item)
basalt.debug("Selected item: ", item.text)
end)
```