mirror of
https://github.com/kepler155c/opus
synced 2025-10-16 08:17:40 +00:00
turtle gps rework
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user