Annotation Stuff

This commit is contained in:
Robert Jelic
2025-03-14 17:00:13 +01:00
parent 664cac970e
commit ae45eeac0f
9 changed files with 90 additions and 3302 deletions

View File

@@ -127,6 +127,7 @@ function Tree:mouse_click(button, x, y)
end
return true
end
return false
end
--- Registers a callback for when a node is selected
@@ -153,6 +154,7 @@ function Tree:mouse_scroll(direction, x, y)
self.set("scrollOffset", newScroll)
return true
end
return false
end
--- Gets the size of the tree