display.pixelWidth

Type Number
Library display.*
Revision Release 2024.3703
Keywords pixelWidth
See also [api.library.display.pixelHeight]

Overview

The width of the screen for mobile device apps, or the width of the window for desktop apps. This value is in pixels and is always relative to portrait orientation.

Gotchas

For historical reasons with context to mobile devices, this value is always reported from the perspective of a portait app and therefore may actually be the height of the physical screen.

Example

print( display.pixelWidth )