add getLocation and showButtons functions
This commit is contained in:
4
location-widget.lua
Normal file
4
location-widget.lua
Normal file
@@ -0,0 +1,4 @@
|
||||
function onResume()
|
||||
local location = system:getLocation()
|
||||
ui:showText(location[1].." "..location[2])
|
||||
end
|
||||
Reference in New Issue
Block a user