display.contentCenterX

Type Number
Library display.*
Revision Release 2024.3703
Keywords contentWidth, content
See also display.contentWidth
display.contentCenterY

Overview

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.

Example

local obj = display.newImage( "image.png" )
obj.x = display.contentCenterX
obj.y = display.contentCenterY