add new APIs

This commit is contained in:
Evgeny
2022-12-29 11:45:20 +04:00
parent 5f40ef4962
commit e76d17b5de
5 changed files with 32 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
function on_resume()
local location = system:get_location()
local location = system:location()
ui:show_text(location[1].." "..location[2])
end