Quick Links: Download Gideros Studio | Gideros Documentation | Gideros Development Center | Gideros community chat | DONATE
kinetic zoom camera — Gideros Forum

kinetic zoom camera

JackoJacko Member
edited February 2015 in Suggestions & requests
If your using kinetic zoom camera from Niicodemus, and u got blank space, u can try this
print( " Device Width ".. application:getDeviceWidth() )
print( " Device Height ".. application:getDeviceHeight() )
local h=application:getDeviceHeight()
local w=application:getDeviceWidth()
application:setLogicalDimensions(w, h)
Sign In or Register to comment.