Progress in SDL platform

This commit is contained in:
Eduardo Bart
2013-03-08 15:32:04 -03:00
parent e6ee88af43
commit d60413f7d6
7 changed files with 123 additions and 7 deletions

View File

@@ -63,8 +63,8 @@ function init()
-- initialize in fullscreen mode on mobile devices
if g_app.getOs() == "android" then
g_window.setFullscreen(true)
g_window.maximize()
--g_window.setFullscreen(true)
else
-- window size
local size = { width = 800, height = 600 }