1
0
mirror of https://github.com/kepler155c/opus synced 2025-10-16 08:17:40 +00:00

turtle gps rework

This commit is contained in:
kepler155c@gmail.com
2019-02-22 03:52:47 -05:00
parent fc46239f44
commit 4485a751bd
4 changed files with 6 additions and 65 deletions

View File

@@ -45,6 +45,10 @@ function UI.Checkbox:focus()
self:draw()
end
function UI.Checkbox:setValue(v)
self.value = v
end
function UI.Checkbox:reset()
self.value = false
end