Difference between revisions of "platform.window:width"

From Inspired-Lua Wiki
Jump to navigation Jump to search
(Created page with "'''platform.window.width''' is a function that is part of platform.window. {{Since|3.0}} == Syntax == '''platform.window.width'''() == Example ...")
 
Line 2: Line 2:
  
 
{{Since|3.0}}
 
{{Since|3.0}}
 
+
Returns the width in pixel of the current display window.
 
== Syntax  ==
 
== Syntax  ==
 
'''platform.window.width'''()  
 
'''platform.window.width'''()  

Revision as of 17:31, 26 May 2011

platform.window.width is a function that is part of platform.window.

This has been introduced in TI-Nspire OS 3.0 (Changes).

Returns the width in pixel of the current display window.

Syntax

platform.window.width()

Example

ww = platform.window.width()