Type Number Library display.* Revision 2017.3060 Keywords contentWidth, content See also display.contentWidth [display.contentCenter Y]api.library.display.contentCenterY
The center of the content area along the x axis. Equivalent to display.contentWidth * 0.5
.
See the Project Configuration guide for details on the content area.
local obj = display.newImage( "image.png" ) obj.x = display.contentCenterX obj.y = display.contentCenterY