Quick Links: Download Gideros Studio | Gideros Documentation | Gideros Development Center | Gideros community chat | DONATE
Automatic Image Resolution — Gideros Forum

Automatic Image Resolution

JackoJacko Member
edited February 2015 in General questions
when im taking resolution from device like that:
print( " Device Width ".. application:getDeviceWidth() )
print( " Device Height ".. application:getDeviceHeight() )
local h=application:getDeviceHeight()
local w=application:getDeviceWidth()
application:setLogicalDimensions(w, h)
what I can see is automatic image resolution is not working

Comments

Sign In or Register to comment.